diff --git a/src/calibre/ebooks/fb2/fb2ml.py b/src/calibre/ebooks/fb2/fb2ml.py index 4421623869..30791c8ed3 100644 --- a/src/calibre/ebooks/fb2/fb2ml.py +++ b/src/calibre/ebooks/fb2/fb2ml.py @@ -197,7 +197,7 @@ class FB2MLizer(object): metadata['comments'] = '' else: from calibre.utils.html2text import html2text - metadata['comments'] = '{}'.format(prepare_string_for_xml(html2text(comments.value.strip()))) + metadata['comments'] = '

{}

'.format(prepare_string_for_xml(html2text(comments.value).strip())) header = textwrap.dedent('''\