Fixed footnote issue on export. Fixes #685

This commit is contained in:
benweet 2015-02-02 20:17:21 +00:00
parent d0e484c7f0
commit 3069667594

View File

@ -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');