mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
IGN: Spurious print removed
This commit is contained in:
parent
6836e867de
commit
05599e79a9
@ -1496,7 +1496,7 @@ class HTMLConverter(object, LoggingInterface):
|
|||||||
ts = self.current_block.textStyle.copy()
|
ts = self.current_block.textStyle.copy()
|
||||||
self.current_block.textStyle = ts
|
self.current_block.textStyle = ts
|
||||||
self.current_block.textStyle.attrs['parindent'] = '0'
|
self.current_block.textStyle.attrs['parindent'] = '0'
|
||||||
print tag_css
|
|
||||||
if tag.contents:
|
if tag.contents:
|
||||||
c = tag.contents[0]
|
c = tag.contents[0]
|
||||||
if isinstance(c, NavigableString):
|
if isinstance(c, NavigableString):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user