Update of /cvsroot/boost/boost/tools/boostbook/xsl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19607/tools/boostbook/xsl

Modified Files:
        function.xsl 
Log Message:
Fix minor validation problem with boostbook.

Index: function.xsl
===================================================================
RCS file: /cvsroot/boost/boost/tools/boostbook/xsl/function.xsl,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- function.xsl        13 Nov 2006 16:24:15 -0000      1.26
+++ function.xsl        15 Nov 2006 17:46:40 -0000      1.27
@@ -1009,8 +1009,8 @@
 
   <!-- Group member functions together under a category name (synopsis)-->
   <xsl:template match="method-group" mode="synopsis">
+    <xsl:param name="indentation"/>
     <xsl:if test="count(child::*) &gt; 0">
-      <xsl:param name="indentation"/>
       <xsl:text>&#10;</xsl:text>
       <xsl:text>&#10;</xsl:text>
       <xsl:call-template name="indent">


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to