diff options
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'"/> |