]> granicus.if.org Git - docbook-dsssl/commitdiff
Make sure catalog.xml file ends with end of line character.
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 12 Sep 2006 03:12:12 +0000 (03:12 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 12 Sep 2006 03:12:12 +0000 (03:12 +0000)
releasetools/make-catalog.xsl

index 8a3d2cd86e8b089fd1631c2547cf0f40deae44de..ea686bd63f18f91355e6ac0211b59a8b0eda8821 100644 (file)
@@ -43,8 +43,8 @@
 
     <rewriteURI uriStartString="{$URI_BASE}/{$DISTRO}/{$VERSION}/" rewritePrefix="./"/>
     <rewriteSystem systemIdStartString="{$URI_BASE}/{$DISTRO}/{$VERSION}/" rewritePrefix="./"/>
-
   </catalog>
+  <xsl:text>&#10;</xsl:text>
 
 </xsl:template>