mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6e750ffceb
commit
63caf21996
@ -355,7 +355,7 @@ class EPUBOutput(OutputFormatPlugin):
|
|||||||
frag = urlunquote(frag)
|
frag = urlunquote(frag)
|
||||||
if frag and frag_pat.match(frag) is None:
|
if frag and frag_pat.match(frag) is None:
|
||||||
self.log.warn(
|
self.log.warn(
|
||||||
'Removing invalid fragment identifier %r from TOC'%frag)
|
'Removing fragment identifier %r from TOC as Adobe Digital Editions cannot handle it'%frag)
|
||||||
node.href = base
|
node.href = base
|
||||||
|
|
||||||
for x in self.oeb.spine:
|
for x in self.oeb.spine:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user