]> granicus.if.org Git - docbook-dsssl/commitdiff
Newline-terminate the previous-revision string.
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 19 Oct 2006 06:11:26 +0000 (06:11 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 19 Oct 2006 06:11:26 +0000 (06:11 +0000)
releasetools/get-previous-revision.xsl

index 61e9cf476d9e30e8dd450547222cd8737ebd3d96..6a1635c623cc6b8d61c23d153b216ad345aa6748 100644 (file)
@@ -19,7 +19,7 @@
     <!-- * is the VERSION file, and that only gets checked in once per -->
     <!-- * release, that value should indicate the revision number -->
     <!-- * associated with the latest release. -->
-    <xsl:value-of select="/lists/list/entry/commit/@revision"/>
+    <xsl:value-of select="concat(/lists/list/entry/commit/@revision,'&#x0a;')"/>
   </xsl:template>
 
 </xsl:stylesheet>