diff --git a/src/calibre/ebooks/fb2/fb2ml.py b/src/calibre/ebooks/fb2/fb2ml.py index a7991de7bb..9d41111055 100644 --- a/src/calibre/ebooks/fb2/fb2ml.py +++ b/src/calibre/ebooks/fb2/fb2ml.py @@ -136,7 +136,7 @@ class FB2MLizer(object): metadata['author'] += '%s' % prepare_string_for_xml(author_last) metadata['author'] += '' if not metadata['author']: - metadata['author'] = u'' + metadata['author'] = u'' metadata['keywords'] = u'' tags = list(map(unicode, self.oeb_book.metadata.subject))