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.xsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/xslt/mallard/html/mal2html-inline.xsl b/xslt/mallard/html/mal2html-inline.xsl
index b29166e..547402f 100644
--- a/xslt/mallard/html/mal2html-inline.xsl
+++ b/xslt/mallard/html/mal2html-inline.xsl
@@ -207,7 +207,9 @@ REMARK: Document this template
<xsl:apply-templates mode="mal2html.inline.mode"/>
</xsl:when>
<xsl:otherwise>
- <xsl:call-template name="mal.link.content"/>
+ <xsl:call-template name="mal.link.content">
+ <xsl:with-param name="role" select="@role"/>
+ </xsl:call-template>
</xsl:otherwise>
</xsl:choose>
</xsl:template>