summaryrefslogtreecommitdiff
path: root/xslt/mallard/html/mal2html-inline.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/mallard/html/mal2html-inline.xsl')
-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">