svn commit: samba-docs r1008 - in trunk/xslt: .

jpeach at samba.org jpeach at samba.org
Wed Dec 27 02:49:21 GMT 2006


Author: jpeach
Date: 2006-12-27 02:49:21 +0000 (Wed, 27 Dec 2006)
New Revision: 1008

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1008

Log:
Should use entity-encoded newlines.

Modified:
   trunk/xslt/man.xsl


Changeset:
Modified: trunk/xslt/man.xsl
===================================================================
--- trunk/xslt/man.xsl	2006-12-27 01:40:34 UTC (rev 1007)
+++ trunk/xslt/man.xsl	2006-12-27 02:49:21 UTC (rev 1008)
@@ -121,13 +121,9 @@
 </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">



More information about the samba-cvs mailing list