summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stylesheets/mal2html.xsl.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/stylesheets/mal2html.xsl.in b/stylesheets/mal2html.xsl.in
index f01b9b8c..37560a71 100644
--- a/stylesheets/mal2html.xsl.in
+++ b/stylesheets/mal2html.xsl.in
@@ -31,9 +31,9 @@
<!-- == mal.link.target == -->
<xsl:template name="mal.link.target">
- <xsl:param name="link" select="."/>
- <xsl:param name="xref" select="$link/@xref"/>
- <xsl:param name="href" select="$link/@href"/>
+ <xsl:param name="node" select="."/>
+ <xsl:param name="xref" select="$node/@xref"/>
+ <xsl:param name="href" select="$node/@href"/>
<xsl:choose>
<xsl:when test="string($xref) = ''">
<xsl:value-of select="$href"/>