|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2007-11-08 13:04:12
Author: danieljames
Date: 2007-11-08 13:04:12 EST (Thu, 08 Nov 2007)
New Revision: 40938
URL: http://svn.boost.org/trac/boost/changeset/40938
Log:
Remove the <small> from the copyright footer, because it was causing the markup
to be invalid.
Text files modified:
trunk/tools/boostbook/xsl/html.xsl | 10 ++++------
trunk/tools/boostbook/xsl/xhtml.xsl | 10 ++++------
2 files changed, 8 insertions(+), 12 deletions(-)
Modified: trunk/tools/boostbook/xsl/html.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/html.xsl (original)
+++ trunk/tools/boostbook/xsl/html.xsl 2007-11-08 13:04:12 EST (Thu, 08 Nov 2007)
@@ -237,12 +237,10 @@
</td>
<td align="right">
<div class = "copyright-footer">
- <small>
- <xsl:apply-templates select="ancestor::*/*/copyright"
- mode="boost.footer"/>
- <xsl:apply-templates select="ancestor::*/*/legalnotice"
- mode="boost.footer"/>
- </small>
+ <xsl:apply-templates select="ancestor::*/*/copyright"
+ mode="boost.footer"/>
+ <xsl:apply-templates select="ancestor::*/*/legalnotice"
+ mode="boost.footer"/>
</div>
</td>
</tr>
Modified: trunk/tools/boostbook/xsl/xhtml.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/xhtml.xsl (original)
+++ trunk/tools/boostbook/xsl/xhtml.xsl 2007-11-08 13:04:12 EST (Thu, 08 Nov 2007)
@@ -236,12 +236,10 @@
</td>
<td align="right">
<div class = "copyright-footer">
- <small>
- <xsl:apply-templates select="ancestor::*/*/copyright"
- mode="boost.footer"/>
- <xsl:apply-templates select="ancestor::*/*/legalnotice"
- mode="boost.footer"/>
- </small>
+ <xsl:apply-templates select="ancestor::*/*/copyright"
+ mode="boost.footer"/>
+ <xsl:apply-templates select="ancestor::*/*/legalnotice"
+ mode="boost.footer"/>
</div>
</td>
</tr>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk