Remove split files in footnote parser
This commit is contained in:
parent
7c95c21f7e
commit
130ddde556
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ class FootnoteParser extends NoteParser {
|
||||||
}
|
}
|
||||||
else if (bFinal) {
|
else if (bFinal) {
|
||||||
// New page if required for footnotes as endnotes
|
// New page if required for footnotes as endnotes
|
||||||
if (config.getXhtmlSplitLevel()>0) { hnode = converter.nextOutFile(); }
|
|
||||||
Element sectionElement = createNoteSection(hnode, "footnotes");
|
Element sectionElement = createNoteSection(hnode, "footnotes");
|
||||||
insertNoteHeading(sectionElement, config.getFootnotesHeading(), "footnotes");
|
insertNoteHeading(sectionElement, config.getFootnotesHeading(), "footnotes");
|
||||||
flushAllNotes(sectionElement,"footnote");
|
flushAllNotes(sectionElement,"footnote");
|
||||||
|
|
Loading…
Add table
Reference in a new issue