aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/dump-commands.xsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/stylesheets/dump-commands.xsl b/stylesheets/dump-commands.xsl
index a91bb1cac..e3cac13b7 100644
--- a/stylesheets/dump-commands.xsl
+++ b/stylesheets/dump-commands.xsl
@@ -46,7 +46,6 @@
<xsl:template match="screen">
<xsl:if test="child::* = userinput">
<xsl:choose>
- <xsl:when test="@role = 'nodump'"/>
<xsl:when test="@role = 'root'">
<xsl:text>&#xA;</xsl:text>
<xsl:text># Run this as root</xsl:text>