From 9ab572e278393d8d930d38b580e59e1c9e63fc1a Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Wed, 14 Mar 2007 03:24:17 +0000 Subject: [PATCH] 0000975: remove extra (/b) HTML tags in NarrativeWeb svn: r8298 --- gramps2/ChangeLog | 4 ++++ gramps2/src/plugins/NarrativeWeb.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index aba25402d..dea47e8ec 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,7 @@ +2007-03-13 Brian Matherly + * src/plugins/NarrativeWeb.py: 0000975: remove extra (/b) HTML tags in + NarrativeWeb + 2007-03-13 Brian Matherly * src/plugins/NarrativeWeb.py: 0000976: NarrativeWeb: gramps ID always output regardless of setting diff --git a/gramps2/src/plugins/NarrativeWeb.py b/gramps2/src/plugins/NarrativeWeb.py index 8f09005f7..679695e43 100644 --- a/gramps2/src/plugins/NarrativeWeb.py +++ b/gramps2/src/plugins/NarrativeWeb.py @@ -672,8 +672,8 @@ class SurnamePage(BasePage): of.write('

%s

\n' % title) of.write('

%s

\n' % msg) of.write('\n\n') - of.write('\n' % _('Name')) - of.write('\n' % _('Birth date')) + of.write('\n' % _('Name')) + of.write('\n' % _('Birth date')) of.write('\n\n') for person_handle in person_handle_list:
%s%s%s%s