]> granicus.if.org Git - docbook-dsssl/commitdiff
Make sure html-synop.xsl is newline-terminated.
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 14 Sep 2006 07:40:46 +0000 (07:40 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 14 Sep 2006 07:40:46 +0000 (07:40 +0000)
xsl/manpages/html2roff.xsl

index e87b78a7b13cb32d207a0fa3e8ae6c0bbcc85cfc..21c67a5b54ff8fd9c8b3eb189af36e94c4c7f204 100644 (file)
               encoding="UTF-8"
               indent="no"/>
 
+  <xsl:template match="/">
+    <xsl:apply-templates/>
+    <xsl:text>&#x0a;</xsl:text>
+  </xsl:template>
+
   <xsl:template match="node() | @*">
     <xsl:copy>
       <xsl:apply-templates select="@* | node()"/>