From fd65635a014095cb418c7d8eaba851b716edb6c3 Mon Sep 17 00:00:00 2001 From: John Schember Date: Wed, 30 Sep 2009 08:24:41 -0400 Subject: [PATCH] Fix bug #3620: Don't put a space before span tags. --- src/calibre/ebooks/txt/txtml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/ebooks/txt/txtml.py b/src/calibre/ebooks/txt/txtml.py index 6957e53d43..59c3ea671a 100644 --- a/src/calibre/ebooks/txt/txtml.py +++ b/src/calibre/ebooks/txt/txtml.py @@ -34,7 +34,6 @@ BLOCK_STYLES = [ ] SPACE_TAGS = [ - 'span', 'td', ]