From 739609210ef60dc4d0bb15fa0253d0c1b7940081 Mon Sep 17 00:00:00 2001 From: John Schember Date: Tue, 5 Apr 2011 22:12:50 -0400 Subject: [PATCH] ... --- src/calibre/ebooks/htmlz/oeb2html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/htmlz/oeb2html.py b/src/calibre/ebooks/htmlz/oeb2html.py index 7d915bcfcb..b8a6362a99 100644 --- a/src/calibre/ebooks/htmlz/oeb2html.py +++ b/src/calibre/ebooks/htmlz/oeb2html.py @@ -88,7 +88,7 @@ class OEB2HTML(object): try: if not isinstance(el.tag, basestring): continue - except UnicodeDecodeError: + except: continue for attr in attribs: if attr in link_attrs: