mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-20 14:12:20 -04:00
Fix #1152871 (V0.9.22 Convert RTF or Filtered HTML to EPUB)
This commit is contained in:
@@ -242,7 +242,6 @@ class FlowSplitter(object):
|
||||
self.trees[i:i+1] = [before_tree, after_tree]
|
||||
break
|
||||
|
||||
self.trees.append(tree)
|
||||
trees, ids = [], set([])
|
||||
for tree in self.trees:
|
||||
root = tree.getroot()
|
||||
|
||||
Reference in New Issue
Block a user