You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2011/08/01 18:48:13 UTC

svn commit: r1152862 - in /db/derby/docs/branches/10.8/lib: dita2htmlImpl.xsl map2htmtoc.xsl

Author: chaase3
Date: Mon Aug  1 16:48:10 2011
New Revision: 1152862

URL: http://svn.apache.org/viewvc?rev=1152862&view=rev
Log:
DERBY-5362  HTML frameset files lack closing newline character

Merged DERBY-5362.diff to 10.8 docs branch from trunk revision 1152860.

Modified:
    db/derby/docs/branches/10.8/lib/dita2htmlImpl.xsl
    db/derby/docs/branches/10.8/lib/map2htmtoc.xsl

Modified: db/derby/docs/branches/10.8/lib/dita2htmlImpl.xsl
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/lib/dita2htmlImpl.xsl?rev=1152862&r1=1152861&r2=1152862&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/lib/dita2htmlImpl.xsl (original)
+++ db/derby/docs/branches/10.8/lib/dita2htmlImpl.xsl Mon Aug  1 16:48:10 2011
@@ -3729,6 +3729,7 @@
   <xsl:call-template name="chapterHead"/>
   <xsl:call-template name="chapterBody"/> 
 </html>
+<xsl:value-of select="$newline"/>
 </xsl:template>
 
   <xsl:template name="setTopicLanguage">

Modified: db/derby/docs/branches/10.8/lib/map2htmtoc.xsl
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/lib/map2htmtoc.xsl?rev=1152862&r1=1152861&r2=1152862&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/lib/map2htmtoc.xsl (original)
+++ db/derby/docs/branches/10.8/lib/map2htmtoc.xsl Mon Aug  1 16:48:10 2011
@@ -86,7 +86,7 @@
    <body><xsl:value-of select="$newline"/>
     <xsl:apply-templates/>
    </body><xsl:value-of select="$newline"/>
-  </html>
+  </html><xsl:value-of select="$newline"/>
 </xsl:template>
 
   <xsl:template name="setTocLanguage">