]> granicus.if.org Git - docbook-dsssl/commitdiff
Added support for processing structfield (was appearing in roff
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 26 Dec 2007 17:40:49 +0000 (17:40 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 26 Dec 2007 17:40:49 +0000 (17:40 +0000)
output surrounded by HTML <em> tags; fixed so that it gets roff
ital markup). Closes bug #1858329.  Thanks to Sam Varshavchik.

xsl/manpages/inline.xsl

index e2dc55f51e980a2f15c06f5e9caba8da14457140..e04efce065c46c2c0630c391d97597a3dd53c25c 100644 (file)
@@ -15,7 +15,7 @@
 
 <!-- ==================================================================== -->
 
-<xsl:template match="replaceable|varname">
+<xsl:template match="replaceable|varname|structfield">
   <xsl:if test="$man.hyphenate.computer.inlines = 0">
     <xsl:call-template name="suppress.hyphenation"/>
   </xsl:if>