[yelp-xsl] Fixed a missed a parameter rename in mal.link.tooltip
- From: Shaun McCance <shaunm src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [yelp-xsl] Fixed a missed a parameter rename in mal.link.tooltip
- Date: Tue, 5 Jan 2010 02:44:38 +0000 (UTC)
commit 94df5224406edf92545096c5a5f7d2361e517ae9
Author: Shaun McCance <shaunm gnome org>
Date: Sat Jan 2 16:04:36 2010 -0600
Fixed a missed a parameter rename in mal.link.tooltip
xslt/mallard/common/mal-link.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/mallard/common/mal-link.xsl b/xslt/mallard/common/mal-link.xsl
index 5639b86..dd89cde 100644
--- a/xslt/mallard/common/mal-link.xsl
+++ b/xslt/mallard/common/mal-link.xsl
@@ -270,7 +270,7 @@ This template outputs a tooltip for a link. Currently, it only outputs a
tooltip for #{mailto:} URLs in ${href}.
-->
<xsl:template name="mal.link.tooltip">
- <xsl:param name="link" select="."/>
+ <xsl:param name="node" select="."/>
<xsl:param name="xref" select="$node/@xref"/>
<xsl:param name="href" select="$node/@href"/>
<xsl:choose>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]