mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix regression affecting conversion of feeds with embedded content
This commit is contained in:
parent
00c69e02ab
commit
49dc6d97e1
@ -648,7 +648,7 @@ class NamespaceFlattener(object):
|
||||
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…
x
Reference in New Issue
Block a user