mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 19:04:51 +01:00
Fix regression affecting conversion of feeds with embedded content
This commit is contained in:
parent
00c69e02ab
commit
49dc6d97e1
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ def _gen_prefix():
|
|||
elif kind is END_NS:
|
||||
if data is '':
|
||||
default.pop()
|
||||
if data in prefixes:
|
||||
if data in prefixes and prefixes.get(data):
|
||||
uris = prefixes.get(data)
|
||||
uri = uris.pop()
|
||||
if not uris:
|
||||
|
|
|
|||
Loading…
Reference in a new issue