mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 21:43:01 +02:00
IGN:...
This commit is contained in:
parent
4fa00105b3
commit
de1f54d39f
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ def upshift_markup(self, root):
|
|||
filepos = attrib.pop('filepos')
|
||||
try:
|
||||
attrib['href'] = "#filepos%d" % int(filepos)
|
||||
except ValueError:
|
||||
except:
|
||||
attrib['href'] = filepos
|
||||
if tag.tag == 'img':
|
||||
recindex = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue