Fixing bug: content was created before localizing urls.
This commit is contained in:
@@ -38,7 +38,8 @@ class PrepareEpub(object):
|
||||
|
||||
cls._moveTo(item,local_url)
|
||||
|
||||
if mime == 'text/html':
|
||||
for item in book.content.values():
|
||||
if item.content_type == 'text/html':
|
||||
cls._setXmlContent(item)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user