From 23410ede6a74063ddbb4489f790be80bc4dfbbc0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 1 Oct 2009 14:38:31 -0600 Subject: [PATCH] Fix #3620 (Inappropriate spaces before tags in HTML (or ePub) > TXT conversion) --- 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', ]