Added the Markup element to the list of elements that get output
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 15 Jan 2007 01:47:19 +0000 (01:47 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 15 Jan 2007 01:47:19 +0000 (01:47 +0000)
in bold. Thanks to Eric S. Raymond.

xsl/manpages/inline.xsl

index 75edf9877b3de6adbfecef7102dfaad5353c9ac9..21f70ba3fb23d3ea56eadbc39a184bd5285e1ad0 100644 (file)
@@ -22,7 +22,7 @@
   <xsl:apply-templates mode="italic" select="."/>
 </xsl:template>
 
-<xsl:template match="option|userinput|envar|errorcode|constant">
+<xsl:template match="option|userinput|envar|errorcode|constant|markup">
   <xsl:if test="$man.hyphenate.computer.inlines = 0">
     <xsl:call-template name="suppress.hyphenation"/>
   </xsl:if>