bjori Tue Feb 6 10:44:28 2007 UTC
Modified files:
/phpdoc/phpbook/phpbook-xsl html-common.xsl
Log:
*sigh*
<paremeter> is also used it the INI section for instance
http://cvs.php.net/viewvc.cgi/phpdoc/phpbook/phpbook-xsl/html-common.xsl?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/phpbook/phpbook-xsl/html-common.xsl
diff -u phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.10
phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.11
--- phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.10 Mon Feb 5 22:14:58 2007
+++ phpdoc/phpbook/phpbook-xsl/html-common.xsl Tue Feb 6 10:44:27 2007
@@ -3,7 +3,7 @@
html-common.xsl: Common HTML customizations
- $Id: html-common.xsl,v 1.10 2007/02/05 22:14:58 bjori Exp $
+ $Id: html-common.xsl,v 1.11 2007/02/06 10:44:27 bjori Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
@@ -558,8 +558,7 @@
</xsl:template>
<xsl:template match="parameter">
- <!-- FIXME: Nuke the if when $ has been removed from <parameter> in all
translations -->
- <i><tt><xsl:if test="substring(., 1, 1) !=
'$'"><xsl:text>$</xsl:text></xsl:if><xsl:apply-templates/></tt></i>
+ <i><tt><xsl:apply-templates/></tt></i>
</xsl:template>
<xsl:template match="filename|literal|option|varname">