From dfcfacfaec91139fc109dcb83bfe61c4dcfc449e Mon Sep 17 00:00:00 2001 From: Tim G L Lyons Date: Sun, 9 Dec 2012 17:59:28 +0000 Subject: [PATCH] A couple more work arounds for bug 6227 svn: r20776 --- gramps/plugins/webreport/narrativeweb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index 09e98c6e7..c698992af 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -6200,7 +6200,7 @@ class PersonPages(BasePage): This will display a parent ... """ tcell1 = Html("td", title, class_ = "ColumnAttribute", inline = True) - tcell2 = Html("td", class_ = "ColumnValue") + tcell2 = Html("td", class_ = "ColumnValue", inline=True) tcell2 += self.new_person_link(handle, uplink=True) @@ -6720,7 +6720,7 @@ class AddressBookPage(BasePage): body += addressbookdetail link = self.new_person_link(person_handle, uplink=True, person=person) - addressbookdetail += Html("h3", link) + addressbookdetail += Html("h3", link, inline=True) # individual has an address if has_add: