techtonik Fri Oct 29 09:00:23 2004 EDT
Modified files:
/phpdoc/xsl howto.xsl
Log:
correct output when whole programlisting is located on one line
http://cvs.php.net/diff.php/phpdoc/xsl/howto.xsl?r1=1.2&r2=1.3&ty=u
Index: phpdoc/xsl/howto.xsl
diff -u phpdoc/xsl/howto.xsl:1.2 phpdoc/xsl/howto.xsl:1.3
--- phpdoc/xsl/howto.xsl:1.2 Fri Oct 1 12:41:50 2004
+++ phpdoc/xsl/howto.xsl Fri Oct 29 09:00:22 2004
@@ -3,7 +3,7 @@
HOWTO specific stylesheet based on Docbook XSL 1.66.1
- $Id: howto.xsl,v 1.2 2004/10/01 16:41:50 techtonik Exp $
+ $Id: howto.xsl,v 1.3 2004/10/29 13:00:22 techtonik Exp $
-->
<!--
@@ -258,7 +258,7 @@
</xsl:when>
<xsl:otherwise>
<xsl:if test="normalize-space($string)">
- <xsl:copy-of select="$string"/>
+ <xsl:value-of select="$string"/>
</xsl:if>
</xsl:otherwise>
</xsl:choose>