From 497f13ba96fbeec8abd084ae91a421acfef81739 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 9 May 2013 20:46:08 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/fb2/fb2ml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))