fix: Use non-pretty version of HTML for pdf generation
This commit is contained in:
parent
e3fd051fbf
commit
49aba26696
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ def read_options_from_html(html):
|
|||
except:
|
||||
pass
|
||||
|
||||
return soup.prettify(), options
|
||||
return str(soup), options
|
||||
|
||||
|
||||
def prepare_header_footer(soup):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue