diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-19 20:00:56 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-19 20:00:56 +0000 |
commit | 835892c4974a9ea76d2385ef0490a5d6de58fa74 (patch) | |
tree | 6ed74c155355318c2d600734b67536ae98e6af37 /stylesheets/xhtml/lfs-navigational.xsl | |
parent | c2913eaade62928c4bb832996162dcffeed73b33 (diff) |
Fixed navigational links.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4547 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/xhtml/lfs-navigational.xsl')
-rw-r--r-- | stylesheets/xhtml/lfs-navigational.xsl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stylesheets/xhtml/lfs-navigational.xsl b/stylesheets/xhtml/lfs-navigational.xsl index bab237142..732510e5f 100644 --- a/stylesheets/xhtml/lfs-navigational.xsl +++ b/stylesheets/xhtml/lfs-navigational.xsl @@ -123,9 +123,9 @@ </xsl:call-template> </xsl:attribute> <xsl:attribute name="title"> - <xsl:value-of select="$home/bookinfo/title"/> + <xsl:value-of select="$home/info/title"/> <xsl:text> - </xsl:text> - <xsl:value-of select="$home/bookinfo/subtitle"/> + <xsl:value-of select="$home/info/subtitle"/> </xsl:attribute> <xsl:call-template name="navig.content"> <xsl:with-param name="direction" select="'home'"/> @@ -234,9 +234,9 @@ </xsl:call-template> </xsl:attribute> <xsl:attribute name="title"> - <xsl:value-of select="$home/bookinfo/title"/> + <xsl:value-of select="$home/info/title"/> <xsl:text> - </xsl:text> - <xsl:value-of select="$home/bookinfo/subtitle"/> + <xsl:value-of select="$home/info/subtitle"/> </xsl:attribute> <xsl:call-template name="navig.content"> <xsl:with-param name="direction" select="'home'"/> |