summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-01-11 16:00:59 -0600
committerShaun McCance <shaunm@gnome.org>2010-01-11 16:00:59 -0600
commit028c210a2b29e5a60d4e44425b9b710d89b19a74 (patch)
tree1e1e5433dac79dca4be7c35c0c8cb21005ad93ca
parentc6bcd9d6020d6bf11bd9ea130e2b01c768662634 (diff)
downloadyelp-028c210a2b29e5a60d4e44425b9b710d89b19a74.tar.gz
[mal2html.xsl] Adapt to gnome-doc-utils XSLT changes
-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"/>