This commit is contained in:
Kovid Goyal 2013-06-14 08:10:45 +05:30
parent bc0c8df175
commit a7580f0ce0

View File

@ -422,6 +422,8 @@ class Convert(object):
continue
self.log.warn('Hyperlink with unknown target (rid=%s, anchor=%s), ignoring' %
(rid, anchor))
# hrefs that point nowhere give epubcheck a hernia. The element
# should be styled explicitly by Word anyway.
# span.set('href', '#')
def convert_run(self, run):