Fix #3620 (Inappropriate spaces before tags in HTML (or ePub) > TXT conversion)

This commit is contained in:
Kovid Goyal 2009-10-01 14:38:31 -06:00
parent 854587d38b
commit 23410ede6a

View File

@ -34,7 +34,6 @@ BLOCK_STYLES = [
] ]
SPACE_TAGS = [ SPACE_TAGS = [
'span',
'td', 'td',
] ]