This commit is contained in:
John Schember 2011-04-05 22:12:50 -04:00
parent 265eabf1a6
commit 739609210e

View File

@ -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: