From b7aac9c7f03d3beea32a043d710fcbd497b4ad61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Charette?= %s
" % text
else:
- text = u"
".join(text.split("\n"))
+ text = u"
".join(text.split("\n"))
of.write('\t\t
%s
\n' % text) of.write('\t\n\n') @@ -1415,12 +1415,9 @@ class IntroductionPage(BasePage): note_obj = db.get_note_from_gramps_id(note_id) text = note_obj.get() if note_obj.get_format(): - of.write('\t\n%s\n' % text) - of.write('\t\n') + of.write(u'\t
%s\n' % text) else: - of.write('\t
') - of.write(u'
\n\t'.join(text.split("\n"))) - of.write('
\n') + of.write(u'\n%s\n' % text) - of.write('\t\n') + of.write(u'\t
%s' % text) else: - of.write('\t
') - of.write(u'
\n\t'.join(text.split("\n"))) - of.write('
\n') + of.write(u'%s" % text ) else: - # TODO. Verify that is correct here. - of.write(u"\n\t\t\t\t\t
".join(text.split("\n")))
+ of.write(u"
".join(text.split("\n")))
of.write('
%s" % note_text else: - text += u"
"
text += u"
".join(note_text.split("\n"))
- text += u"