From 8103bb7b4a55cab05e4ffe6d522cde0854e16701 Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Wed, 4 May 2016 17:47:44 +0200 Subject: [PATCH] 9417: The place page in webreport is complete mess --- gramps/plugins/webreport/narrativeweb.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index ea5255b55..51a5d5367 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -3453,7 +3453,8 @@ class PlacePages(BasePage): place = self.dbase_.get_place_from_handle(place_handle_key) if place: if place.get_change_time() > ldatec: ldatec = place.get_change_time() - place_title = place.get_name().get_value() + place_title = ReportUtils.place_name(self.dbase_, + place_handle_key ml = get_main_location(self.dbase_, place) if place_title and not place_title.isspace():