diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-29 20:00:54 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-29 20:00:54 +0000 |
commit | 55851d6ef3b438d78359c9ea0ba861069bedeeb1 (patch) | |
tree | d9f97db0df5856fb68fd325a4885b9edbf2d5c90 /stylesheets/xhtml | |
parent | d44a965cfe95996da670a7f053cb30222e41b36f (diff) |
Tagging corrections in chapters 1 to 4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/xhtml')
-rw-r--r-- | stylesheets/xhtml/lfs-mixed.xsl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stylesheets/xhtml/lfs-mixed.xsl b/stylesheets/xhtml/lfs-mixed.xsl index 2d9a3cbfa..c4dbd04dd 100644 --- a/stylesheets/xhtml/lfs-mixed.xsl +++ b/stylesheets/xhtml/lfs-mixed.xsl @@ -7,9 +7,8 @@ <!-- screen --> <xsl:template match="screen"> <xsl:choose> - <!-- Temporally hack --> <xsl:when test="child::* = userinput"> - <pre class="{name(.)}"> + <pre class="userinput"> <kbd class="command"> <xsl:value-of select="."/> </kbd> |