forked from LiveCarta/BookConverter
epub converter: bug fix
This commit is contained in:
@@ -297,6 +297,7 @@ def add_inline_style_to_html_soup(soup1, css_text):
|
||||
html_with_inline_style = transform(str(soup1), css_text=css_text,
|
||||
remove_classes=False,
|
||||
external_styles=False,
|
||||
allow_network=False,
|
||||
disable_validation=True)
|
||||
soup2 = BeautifulSoup(html_with_inline_style, features='lxml')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user