mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Fix some minor errors in the html generated from boostbook.
[SVN r37992]
This commit is contained in:
parent
0de2ed5325
commit
74982f7ea8
@ -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) > 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>
|
||||
|
@ -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'">
|
||||
|
@ -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) > 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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user