diff --git a/gramps2/src/plugins/NavWebPage.py b/gramps2/src/plugins/NavWebPage.py index 602eedc29..dd49381f5 100644 --- a/gramps2/src/plugins/NavWebPage.py +++ b/gramps2/src/plugins/NavWebPage.py @@ -1877,7 +1877,7 @@ class IndividualPage(BasePage): format = nobj.get_format() text = nobj.get() if format: - of.write( u"
%s
" % text + of.write( u"
%s
" % text ) else: of.write( u"

".join(text.split("\n"))) of.write('\n\n')