forked from LiveCarta/BookConverter
Fix typo
This commit is contained in:
@@ -255,7 +255,7 @@ class HtmlDocxProcessor:
|
|||||||
_process_presets(html_presets_processor=self.html_presets_processor,
|
_process_presets(html_presets_processor=self.html_presets_processor,
|
||||||
html_soup=self.body_tag)
|
html_soup=self.body_tag)
|
||||||
|
|
||||||
self.content = self.body_tag.body.find_all(recursive=False)
|
self.content = self.body_tag.find_all(recursive=False)
|
||||||
# delete text before table of content if exists
|
# delete text before table of content if exists
|
||||||
self.delete_content_before_toc()
|
self.delete_content_before_toc()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user