mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-07 20:50:20 -05: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