Should use entity-encoded newlines.
authorJames Peach <jpeach@samba.org>
Wed, 27 Dec 2006 02:49:21 +0000 (02:49 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:24 +0000 (08:47 -0500)
(This used to be commit 3f2b9a255e5cd85a82bbcf7b34447ec1bb70b1e5)

docs/xslt/man.xsl

index 00d0948de5fc3732868cc787566bc9ac8d2f35f4..9387c04e432fcac18df66c4434c7aebc2d27d23f 100644 (file)
 </xsl:template>
 
 <xsl:template match="informalexample|screen|programlisting">
-  <xsl:text>
-.nf&#10;
-  </xsl:text>
+  <xsl:text>&#10;.nf&#10;</xsl:text>
   <xsl:apply-templates/>
-  <xsl:text>
-.fi&#10;
-  </xsl:text>
+  <xsl:text>&#10;.fi&#10;</xsl:text>
 </xsl:template>
 
 <xsl:template match="//emphasis">