|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-02-22 04:21:24
Author: danieljames
Date: 2008-02-22 04:21:22 EST (Fri, 22 Feb 2008)
New Revision: 43368
URL: http://svn.boost.org/trac/boost/changeset/43368
Log:
Update the index.html link in the navbar.
Text files modified:
trunk/tools/boostbook/xsl/navbar.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/boostbook/xsl/navbar.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/navbar.xsl (original)
+++ trunk/tools/boostbook/xsl/navbar.xsl 2008-02-22 04:21:22 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