mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #2717 (.6 pdf->epub - Book Title/Series inserted into beginning every split file)
This commit is contained in:
parent
380752b115
commit
ce300315d0
@ -308,6 +308,7 @@ class FlowSplitter(object):
|
|||||||
if not hit_split_point:
|
if not hit_split_point:
|
||||||
x = elem.get('id', None)
|
x = elem.get('id', None)
|
||||||
nix_element(elem, top=False)
|
nix_element(elem, top=False)
|
||||||
|
body2.text = '\n'
|
||||||
|
|
||||||
return tree, tree2
|
return tree, tree2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user