|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-02-22 04:29:55
Author: danieljames
Date: 2008-02-22 04:29:55 EST (Fri, 22 Feb 2008)
New Revision: 43370
URL: http://svn.boost.org/trac/boost/changeset/43370
Log:
Merged revisions 43368 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r43368 | danieljames | 2008-02-22 09:21:22 +0000 (Fri, 22 Feb 2008) | 2 lines
Update the index.html link in the navbar.
........
Properties modified:
branches/release/ (props changed)
Text files modified:
branches/release/tools/boostbook/xsl/navbar.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/tools/boostbook/xsl/navbar.xsl
==============================================================================
--- branches/release/tools/boostbook/xsl/navbar.xsl (original)
+++ branches/release/tools/boostbook/xsl/navbar.xsl 2008-02-22 04:29:55 EST (Fri, 22 Feb 2008)
@@ -107,7 +107,7 @@
<xsl:template name = "header.navdata-horiz">
<xsl:variable name="home_link">
<xsl:call-template name="href.target.relative">
- <xsl:with-param name="target" select="concat( $boost.root, '/index.htm' )"/>
+ <xsl:with-param name="target" select="concat( $boost.root, '/index.html' )"/>
</xsl:call-template>
</xsl:variable>
<xsl:variable name="libraries_link">
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