Skip to content

Commit 371b4b4

Browse files
committed
add zero-width character after footnote reference
1 parent 8822b68 commit 371b4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indigo_api/static/xsl/fo/_footnotes.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<xsl:template match="akn:authorialNote">
99
<fo:footnote>
1010
<fo:inline>
11-
<xsl:apply-templates select="@marker"/>
11+
<xsl:apply-templates select="@marker"/><xsl:text>&#8203;</xsl:text>
1212
</fo:inline>
1313
<fo:footnote-body>
1414
<fo:block-container margin="0">

0 commit comments

Comments
 (0)