]> granicus.if.org Git - docbook-dsssl/commitdiff
remove unneccesary adding of whitespace for arg/replaceable
authorMartijn van Beers <lotr@users.sourceforge.net>
Thu, 9 May 2002 13:35:37 +0000 (13:35 +0000)
committerMartijn van Beers <lotr@users.sourceforge.net>
Thu, 9 May 2002 13:35:37 +0000 (13:35 +0000)
contrib/xsl/db2man/synop.xsl

index 3383e43f5a8892cbb23a9cbaf7b75267efa9f8e7..dd3e0a4ea977d757369bd0cc4f9bf87a71a032ea 100644 (file)
@@ -86,9 +86,7 @@
 </xsl:template>
 
 <xsl:template match="arg/replaceable">
-  <xsl:text> </xsl:text>
   <xsl:apply-templates mode="italic" select="."/>
-  <xsl:text> </xsl:text>
 </xsl:template>
 
 <xsl:template match="parameter[not(ancestor::command)]">