From a5eac31a89fea48665bf97f382b4298dcbe4927d Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 7 Dec 2005 05:12:50 +0000 Subject: [PATCH] Update svn: r5494 --- gramps2/src/plugins/NavWebPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')