Fixed footnote issue on export. Fixes #685
This commit is contained in:
parent
d0e484c7f0
commit
3069667594
@ -166,6 +166,7 @@ define([
|
||||
|
||||
// Rewrite footnotes in the footer and update footnote numbers
|
||||
footnoteContainerElt.innerHTML = '';
|
||||
delete footnoteContainerElt.exportableHtml;
|
||||
var usedFootnoteIds = [];
|
||||
if(hasFootnotes === true) {
|
||||
var footnoteElts = crel('ol');
|
||||
|
Loading…
Reference in New Issue
Block a user