diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-19 19:19:52 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-01-19 19:19:52 +0000 |
commit | c2913eaade62928c4bb832996162dcffeed73b33 (patch) | |
tree | 77cf023212ca1d73d0d06cd2c53c2b2b6605cc31 | |
parent | 90bfa703ecaf14b514b086bcf4a78d6e4a6d184c (diff) |
Fixed a typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4546 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | stylesheets/xhtml/lfs-mixed.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/xhtml/lfs-mixed.xsl b/stylesheets/xhtml/lfs-mixed.xsl index 612909b07..7ecdeed7f 100644 --- a/stylesheets/xhtml/lfs-mixed.xsl +++ b/stylesheets/xhtml/lfs-mixed.xsl @@ -80,7 +80,7 @@ <a> <xsl:if test="@xml:id"> <xsl:attribute name="id"> - <xsl:value-of select="@xnl:id"/> + <xsl:value-of select="@xml:id"/> </xsl:attribute> </xsl:if> <xsl:attribute name="href"><xsl:value-of select="@xlink:href"/></xsl:attribute> |