Remove the <small> from the copyright footer, because it was causing the markup

to be invalid.


[SVN r40938]
This commit is contained in:
Daniel James 2007-11-08 18:04:12 +00:00
parent d8ef7a46b8
commit 2b41478df0
2 changed files with 8 additions and 12 deletions

View File

@ -237,12 +237,10 @@ set toc,title
</td> </td>
<td align="right"> <td align="right">
<div class = "copyright-footer"> <div class = "copyright-footer">
<small> <xsl:apply-templates select="ancestor::*/*/copyright"
<xsl:apply-templates select="ancestor::*/*/copyright" mode="boost.footer"/>
mode="boost.footer"/> <xsl:apply-templates select="ancestor::*/*/legalnotice"
<xsl:apply-templates select="ancestor::*/*/legalnotice" mode="boost.footer"/>
mode="boost.footer"/>
</small>
</div> </div>
</td> </td>
</tr> </tr>

View File

@ -236,12 +236,10 @@ set toc,title
</td> </td>
<td align="right"> <td align="right">
<div class = "copyright-footer"> <div class = "copyright-footer">
<small> <xsl:apply-templates select="ancestor::*/*/copyright"
<xsl:apply-templates select="ancestor::*/*/copyright" mode="boost.footer"/>
mode="boost.footer"/> <xsl:apply-templates select="ancestor::*/*/legalnotice"
<xsl:apply-templates select="ancestor::*/*/legalnotice" mode="boost.footer"/>
mode="boost.footer"/>
</small>
</div> </div>
</td> </td>
</tr> </tr>