IGN: Spurious print removed

This commit is contained in:
Kovid Goyal 2008-05-11 16:54:06 -07:00
parent 6836e867de
commit 05599e79a9

View File

@ -1496,7 +1496,7 @@ class HTMLConverter(object, LoggingInterface):
ts = self.current_block.textStyle.copy()
self.current_block.textStyle = ts
self.current_block.textStyle.attrs['parindent'] = '0'
print tag_css
if tag.contents:
c = tag.contents[0]
if isinstance(c, NavigableString):