Commit d084f5c 1 parent 9d6f393 commit d084f5c Copy full SHA for d084f5c
File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 5296
5296
<xsl:with-param name="element">
5297
5297
<fo:basic-link internal-destination="{$ref_id}" fox:alt-text="footnote {$current_fn_number}"> <!-- note: role="Lbl" removed in https://github.com/metanorma/mn2pdf/issues/291 -->
5298
5298
<fo:inline role="Lbl"> <!-- need for https://github.com/metanorma/metanorma-iso/issues/1003 -->
5299
+
5299
5300
<xsl:copy-of select="$current_fn_number_text"/>
5301
+
5300
5302
</fo:inline>
5301
5303
</fo:basic-link>
5302
5304
</xsl:with-param>
5315
5317
5316
5318
<fo:block-container xsl:use-attribute-sets="fn-container-body-style" role="SKIP">
5317
5319
5318
- <fo:block xsl:use-attribute-sets="fn-body-style" role="SKIP">
5319
-
5320
+ <xsl:variable name="fn_block">
5320
5321
<xsl:call-template name="refine_fn-body-style"/>
5321
5322
5322
5323
<fo:inline id="{$ref_id}" xsl:use-attribute-sets="fn-body-num-style" role="Lbl">
5323
5324
5324
5325
<xsl:call-template name="refine_fn-body-num-style"/>
5325
5326
5326
5327
<xsl:value-of select="$current_fn_number_text"/>
5328
+
5327
5329
</fo:inline>
5328
5330
<xsl:apply-templates/>
5329
- </fo:block>
5331
+ </xsl:variable>
5332
+
5333
+ <fo:block xsl:use-attribute-sets="fn-body-style" role="SKIP">
5334
+ <xsl:copy-of select="$fn_block"/>
5335
+ </fo:block>
5336
+
5330
5337
</fo:block-container>
5331
5338
</fo:footnote-body>
5332
5339
</fo:footnote>
You can’t perform that action at this time.
0 commit comments