From e9c076520a52665b72a4f9d31d667f1037552f8b Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Wed, 4 May 2016 20:34:56 +0200 Subject: [PATCH] 9417: The place page in webreport is complete mess (missing parenthesis) --- gramps/plugins/webreport/narrativeweb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index 51a5d5367..89d5ff252 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -3454,7 +3454,7 @@ class PlacePages(BasePage): if place: if place.get_change_time() > ldatec: ldatec = place.get_change_time() place_title = ReportUtils.place_name(self.dbase_, - place_handle_key + place_handle_key) ml = get_main_location(self.dbase_, place) if place_title and not place_title.isspace():