mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6cc5570f0a
commit
4d0bd49fb1
@ -464,7 +464,7 @@ class Mobi8Reader(object):
|
||||
start = None
|
||||
reached = True
|
||||
if frag:
|
||||
elems = XPath('//*[@id="%s"]'%frag)
|
||||
elems = XPath('//*[@id="%s"]'%frag)(root)
|
||||
if elems:
|
||||
start = elems[0]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user