mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
FB2 Output: Dedent the header to position it on the same level as the body
This commit is contained in:
parent
8b11947309
commit
abe408bc39
@ -200,6 +200,7 @@ class FB2MLizer(object):
|
|||||||
from calibre.utils.html2text import html2text
|
from calibre.utils.html2text import html2text
|
||||||
metadata['comments'] = '<annotation><p>{}</p></annotation>'.format(prepare_string_for_xml(html2text(comments.value).strip()))
|
metadata['comments'] = '<annotation><p>{}</p></annotation>'.format(prepare_string_for_xml(html2text(comments.value).strip()))
|
||||||
|
|
||||||
|
# Keep the indentation level of the description the same as the body.
|
||||||
header = textwrap.dedent('''\
|
header = textwrap.dedent('''\
|
||||||
<FictionBook xmlns="http://www.gribuser.ru/xml/fictionbook/2.0" xmlns:l="http://www.w3.org/1999/xlink">
|
<FictionBook xmlns="http://www.gribuser.ru/xml/fictionbook/2.0" xmlns:l="http://www.w3.org/1999/xlink">
|
||||||
<description>
|
<description>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user