Fix bug #3620: Don't put a space before span tags.

This commit is contained in:
John Schember 2009-09-30 08:24:41 -04:00
parent 8939fef088
commit fd65635a01

View File

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