]> granicus.if.org Git - docbook-dsssl/commitdiff
Prevent duplicate .nf environments inside informalexample or screen. All
authorTim Waugh <twaugh@redhat.com>
Sat, 13 Dec 2003 14:50:23 +0000 (14:50 +0000)
committerTim Waugh <twaugh@redhat.com>
Sat, 13 Dec 2003 14:50:23 +0000 (14:50 +0000)
fiftenn allowed contained element in these elements will provide its own.

xsl/manpages/docbook.xsl

index 0f866c74dbc65e73008bb0c1a4535950d61bd956..d12666bb13f5c9a8aa0c919d8944f03020f05f73 100644 (file)
 <xsl:template match="refentry/refentryinfo"></xsl:template>
 
 <xsl:template match="informalexample|screen">
-  <xsl:text>&#10;.IP&#10;.nf&#10;</xsl:text>
+  <xsl:text>&#10;.IP&#10;</xsl:text>
   <xsl:apply-templates/>
-  <xsl:text>&#10;.fi&#10;</xsl:text>
 </xsl:template>
 
 <xsl:template match="filename|replaceable|varname">