summaryrefslogtreecommitdiffstats
path: root/iptables.xslt
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2007-08-06 10:01:45 +0000
committerPablo Neira Ayuso <pablo@netfilter.org>2007-08-06 10:01:45 +0000
commitbe95d14917cefbacf1234c08e582806fccae3dae (patch)
tree31249a58078c0556aa23c70ea718ff2339ebb83b /iptables.xslt
parentdfd78a8066857c56284a263623a4ffabd1021ce6 (diff)
In <xsl:param name="$node"/>, "$node" is not a valid QName.
See http://www.w3.org/TR/xslt#variables Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'iptables.xslt')
-rw-r--r--iptables.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables.xslt b/iptables.xslt
index 07cec19c..d6a432cf 100644
--- a/iptables.xslt
+++ b/iptables.xslt
@@ -116,7 +116,7 @@
</xsl:template>
<xsl:template name="counters">
- <xsl:param name="$node"/>
+ <xsl:param name="node"/>
<xsl:text>[</xsl:text>
<xsl:if test="string-length($node/@packet-count)"><xsl:value-of select="$node/@packet-count"/></xsl:if>
<xsl:if test="string-length($node/@packet-count)=0">0</xsl:if>