mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 14:52:58 +02:00
Fix #2717 (.6 pdf->epub - Book Title/Series inserted into beginning every split file)
This commit is contained in:
parent
380752b115
commit
ce300315d0
1 changed files with 1 additions and 0 deletions
|
|
@ -308,6 +308,7 @@ def nix_element(elem, top=True):
|
|||
if not hit_split_point:
|
||||
x = elem.get('id', None)
|
||||
nix_element(elem, top=False)
|
||||
body2.text = '\n'
|
||||
|
||||
return tree, tree2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue