diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-09-18 13:44:20 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-09-18 13:44:20 +0000 |
commit | cb87df64723790d8412c04c567ab3b237a24c05d (patch) | |
tree | ccfde5d56d134c7a562e3c641e0742e5eb2eb793 /stylesheets/xhtml/lfs-legalnotice.xsl | |
parent | d13319a59ba661132e09499e88427ad8383b9031 (diff) |
Updated the stylesheets to the new version. But some fixes are needed yet.LFS-RNG
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@6874 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/xhtml/lfs-legalnotice.xsl')
-rw-r--r-- | stylesheets/xhtml/lfs-legalnotice.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/xhtml/lfs-legalnotice.xsl b/stylesheets/xhtml/lfs-legalnotice.xsl index ec28d09bc..bc677d8d1 100644 --- a/stylesheets/xhtml/lfs-legalnotice.xsl +++ b/stylesheets/xhtml/lfs-legalnotice.xsl @@ -34,9 +34,9 @@ <xsl:text>../index.html</xsl:text> </xsl:attribute> <xsl:attribute name="title"> - <xsl:value-of select="/book/info/title"/> + <xsl:value-of select="/book/bookinfo/title"/> <xsl:text> - </xsl:text> - <xsl:value-of select="/book/info/subtitle"/> + <xsl:value-of select="/book/bookinfo/subtitle"/> </xsl:attribute> <xsl:call-template name="navig.content"> <xsl:with-param name="direction" select="'home'"/> |