mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
bc0c8df175
commit
a7580f0ce0
@ -422,6 +422,8 @@ class Convert(object):
|
|||||||
continue
|
continue
|
||||||
self.log.warn('Hyperlink with unknown target (rid=%s, anchor=%s), ignoring' %
|
self.log.warn('Hyperlink with unknown target (rid=%s, anchor=%s), ignoring' %
|
||||||
(rid, anchor))
|
(rid, anchor))
|
||||||
|
# hrefs that point nowhere give epubcheck a hernia. The element
|
||||||
|
# should be styled explicitly by Word anyway.
|
||||||
# span.set('href', '#')
|
# span.set('href', '#')
|
||||||
|
|
||||||
def convert_run(self, run):
|
def convert_run(self, run):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user