tom Sat Jun 28 16:26:10 2003 EDT Modified files: /phpdoc/xsl fo.xsl Log: make A4 paper-size for hu Index: phpdoc/xsl/fo.xsl diff -u phpdoc/xsl/fo.xsl:1.5 phpdoc/xsl/fo.xsl:1.6 --- phpdoc/xsl/fo.xsl:1.5 Tue Apr 22 07:43:41 2003 +++ phpdoc/xsl/fo.xsl Sat Jun 28 16:26:10 2003 @@ -18,7 +18,8 @@ <!-- Adjust the paper-Type --> <xsl:param name="paper.type"> <xsl:choose> - <xsl:when test="$l10n.gentext.language='de'">'A4'</xsl:when> + <xsl:when test="$l10n.gentext.language='de' or + $l10n.gentext.language='hu'">'A4'</xsl:when> <xsl:otherwise>'USletter'</xsl:otherwise> </xsl:choose> </xsl:param>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php