]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug: change <text> to <xsl:text>
authorBob Stayton <bobs@sagehill.net>
Sun, 17 Dec 2006 09:15:35 +0000 (09:15 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 17 Dec 2006 09:15:35 +0000 (09:15 +0000)
xsl/manpages/synop.xsl

index eebaa50658a5afbcded835a83f07452d192eed6f..8c9e30547a72e946147e871063fe7e6975ff8c47 100644 (file)
 </xsl:template>
 
 <xsl:template match="funcparams">
-  <text>(</text>
+  <xsl:text>(</xsl:text>
   <xsl:apply-templates/>
-  <text>)</text>
+  <xsl:text>)</xsl:text>
 </xsl:template>
 
 </xsl:stylesheet>