summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2007-08-06 10:01:45 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2007-08-06 10:01:45 +0000
commit9b1de8e81cbcff742622b940e75a3c0e7fe20322 (patch)
tree31249a58078c0556aa23c70ea718ff2339ebb83b
parentbc397495427db984ec8c0d5ebad8b31604bc4d61 (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>
-rw-r--r--iptables.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables.xslt b/iptables.xslt
index 07cec19..d6a432c 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>