]> granicus.if.org Git - docbook-dsssl/commitdiff
Add 'content' param to template name inline.monoseq to support
authorBob Stayton <bobs@sagehill.net>
Fri, 26 Oct 2012 22:44:46 +0000 (22:44 +0000)
committerBob Stayton <bobs@sagehill.net>
Fri, 26 Oct 2012 22:44:46 +0000 (22:44 +0000)
email format, fixing bug #3524417.

xsl/manpages/utility.xsl

index 9c936965bc3bcc8d39f09d18420a83de3c0c048d..76b0366396ce1bdc8e4b7c1eab65eaab59a825e0 100644 (file)
   </xsl:template>
 
   <xsl:template name="inline.monoseq">
+    <xsl:param name="content">
+      <xsl:apply-templates/>
+    </xsl:param>
     <xsl:call-template name="code-inline-start"/>
-    <xsl:apply-templates/>
+    <xsl:copy-of select="$content"/>
     <xsl:call-template name="code-inline-end"/>
   </xsl:template>