mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
49ff2bde2d
commit
dcd5978707
@ -99,7 +99,7 @@ def copy_all(text_browser):
|
|||||||
simplified_html = etree.tostring(root, encoding='unicode')
|
simplified_html = etree.tostring(root, encoding='unicode')
|
||||||
txt = html2text(simplified_html, single_line_break=True).strip()
|
txt = html2text(simplified_html, single_line_break=True).strip()
|
||||||
if iswindows:
|
if iswindows:
|
||||||
txt = '\r\n'.join(txt.splitlines())
|
txt = os.linesep.join(txt.splitlines())
|
||||||
# print(simplified_html)
|
# print(simplified_html)
|
||||||
# print(txt)
|
# print(txt)
|
||||||
md.setText(txt)
|
md.setText(txt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user