mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 23:13:58 +00:00
Add paragraph before Last revised text
[SVN r22001]
This commit is contained in:
parent
c97a568e1c
commit
789a197ea5
10
xsl/html.xsl
10
xsl/html.xsl
@ -134,11 +134,13 @@
|
||||
<xsl:if test="count($revision-nodes)">
|
||||
<xsl:variable name="revision-node"
|
||||
select="$revision-nodes[last()]"/>
|
||||
<xsl:text>Last revised: </xsl:text>
|
||||
<xsl:call-template name="format.cvs.revision">
|
||||
<xsl:with-param name="text"
|
||||
<p>
|
||||
<xsl:text>Last revised: </xsl:text>
|
||||
<xsl:call-template name="format.cvs.revision">
|
||||
<xsl:with-param name="text"
|
||||
select="string($revision-node/attribute::rev:last-revision)"/>
|
||||
</xsl:call-template>
|
||||
</xsl:call-template>
|
||||
</p>
|
||||
</xsl:if>
|
||||
</small>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user