TXT Output: Turn br tags into spaces.

This commit is contained in:
John Schember 2010-12-01 18:27:33 -05:00
parent c38eb08018
commit 88a60c1610

View File

@ -35,6 +35,7 @@ BLOCK_STYLES = [
SPACE_TAGS = [
'td',
'br',
]
class TXTMLizer(object):