summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2008-12-11 12:55:48 -0600
committerShaun McCance <shaunm@gnome.org>2009-04-19 11:13:32 -0500
commit432254d073f38a15367a5ed9f1c683ed88e6f025 (patch)
tree2d76bd4317825bbb40302149d53a8cd363135647 /xslt
parentd43f919bd2237269e84d07de70f8314cc40b23a5 (diff)
downloadyelp-tools-432254d073f38a15367a5ed9f1c683ed88e6f025.tar.gz
Fixed problem with ubiquitous linking with an href attribute
Diffstat (limited to 'xslt')
-rw-r--r--xslt/mallard/html/mal2html-inline.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/mallard/html/mal2html-inline.xsl b/xslt/mallard/html/mal2html-inline.xsl
index dca2b82..4752aac 100644
--- a/xslt/mallard/html/mal2html-inline.xsl
+++ b/xslt/mallard/html/mal2html-inline.xsl
@@ -62,7 +62,7 @@ REMARK: Document this template
<xsl:param name="node" select="."/>
<span class="{local-name($node)}">
<xsl:choose>
- <xsl:when test="$node/@xref | $node/@xref">
+ <xsl:when test="$node/@xref | $node/@href">
<a>
<xsl:attribute name="href">
<xsl:call-template name="mal.link.target">