Fix some minor errors in the html generated from boostbook.

[SVN r37992]
This commit is contained in:
Daniel James 2007-06-14 19:41:46 +00:00
parent 0de2ed5325
commit 74982f7ea8
3 changed files with 10 additions and 10 deletions

View File

@ -210,8 +210,8 @@ set toc,title
select="normalize-space($revision-node/attribute::rev:last-revision)"/>
</xsl:variable>
<xsl:if test="string-length($revision-text) &gt; 0">
<small>
<p>
<small>
<xsl:text>Last revised: </xsl:text>
<xsl:choose>
<xsl:when test="contains($revision-text, '/')">
@ -225,8 +225,8 @@ set toc,title
</xsl:call-template>
</xsl:otherwise>
</xsl:choose>
</p>
</small>
</p>
</xsl:if>
</xsl:if>
</td>

View File

@ -54,7 +54,7 @@
<xsl:variable name = "home" select = "/*[1]"/>
<xsl:variable name = "up" select = "parent::*"/>
<table cellpadding = "2" width = "100%">
<table cellpadding = "2" width = "100%"><tr>
<xsl:if test = "$nav.border = 'Boost'">
<xsl:attribute name = "class">boost-head</xsl:attribute>
</xsl:if>
@ -77,7 +77,7 @@
<xsl:call-template name = "header.navdata-vert"/>
</xsl:when>
</xsl:choose>
</table>
</tr></table>
<hr/>
<xsl:choose>
<xsl:when test = "$nav.flow = 'DocBook'">

View File

@ -209,8 +209,8 @@ set toc,title
select="normalize-space($revision-node/attribute::rev:last-revision)"/>
</xsl:variable>
<xsl:if test="string-length($revision-text) &gt; 0">
<small>
<p>
<small>
<xsl:text>Last revised: </xsl:text>
<xsl:choose>
<xsl:when test="contains($revision-text, '/')">
@ -224,8 +224,8 @@ set toc,title
</xsl:call-template>
</xsl:otherwise>
</xsl:choose>
</p>
</small>
</p>
</xsl:if>
</xsl:if>
</td>