Remove split files in footnote parser

This commit is contained in:
Georgy Litvinov 2020-02-19 08:42:40 +01:00
parent 7c95c21f7e
commit 130ddde556

View file

@ -69,7 +69,6 @@ class FootnoteParser extends NoteParser {
}
else if (bFinal) {
// New page if required for footnotes as endnotes
if (config.getXhtmlSplitLevel()>0) { hnode = converter.nextOutFile(); }
Element sectionElement = createNoteSection(hnode, "footnotes");
insertNoteHeading(sectionElement, config.getFootnotesHeading(), "footnotes");
flushAllNotes(sectionElement,"footnote");