php-documentation-list | 2003031
Date: 03/13/03
- Next message: Gabor Hojtsy: "Re: [PHP-DOC] Question concerning xsl-styles"
- Previous message: Thomas Schöfbeck: "Re: [PHP-DOC] Question concerning xsl-styles"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
tom Thu Mar 13 14:30:04 2003 EDT
Modified files:
/phpdoc/xsl fo.xsl
Log:
just prevent an fop-error concerning varlistentries
Index: phpdoc/xsl/fo.xsl
diff -u phpdoc/xsl/fo.xsl:1.1 phpdoc/xsl/fo.xsl:1.2
--- phpdoc/xsl/fo.xsl:1.1 Sun Mar 9 10:02:18 2003
+++ phpdoc/xsl/fo.xsl Thu Mar 13 14:30:03 2003
@@ -27,6 +27,10 @@
<xsl:param name="title.margin.left" select="'-0pc'"/>
+<!-- Let's give the terms in varlistentries enough space -->
+<xsl:param name="variablelist.as.blocks" select="1"/>
+
+
<!-- ========================== TOC =================================== -->
<xsl:param name="toc.section.depth">0</xsl:param>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Gabor Hojtsy: "Re: [PHP-DOC] Question concerning xsl-styles"
- Previous message: Thomas Schöfbeck: "Re: [PHP-DOC] Question concerning xsl-styles"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

