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