diff options
Diffstat (limited to 'stylesheets/xhtml/lfs-mixed.xsl')
-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> |