mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1152871 (V0.9.22 Convert RTF or Filtered HTML to EPUB)
This commit is contained in:
parent
0ef0608816
commit
11fb09c535
@ -242,7 +242,6 @@ class FlowSplitter(object):
|
|||||||
self.trees[i:i+1] = [before_tree, after_tree]
|
self.trees[i:i+1] = [before_tree, after_tree]
|
||||||
break
|
break
|
||||||
|
|
||||||
self.trees.append(tree)
|
|
||||||
trees, ids = [], set([])
|
trees, ids = [], set([])
|
||||||
for tree in self.trees:
|
for tree in self.trees:
|
||||||
root = tree.getroot()
|
root = tree.getroot()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user