summaryrefslogtreecommitdiff
path: root/templates/reST.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/reST.xsl')
-rw-r--r--templates/reST.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/reST.xsl b/templates/reST.xsl
index db6e93b..10c02f8 100644
--- a/templates/reST.xsl
+++ b/templates/reST.xsl
@@ -215,7 +215,7 @@
<div class="footnote {@classes}" id="{@ids}">
<xsl:choose>
<xsl:when test="count($backrefs) &lt;= 1">
- <span class="label"><a class="fn-backref" href="$backrefs">[<xsl:value-of select="$label"/>]</a></span>
+ <span class="label"><a class="fn-backref" href="{$backrefs}">[<xsl:value-of select="$label"/>]</a></span>
</xsl:when>
<xsl:otherwise>
<span class="label">[<xsl:value-of select="$label"/>]</span>