From f5186a81f0f65b4a77a39b5f48525c825675b7e5 Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Tue, 30 Aug 2016 09:26:20 +1000 Subject: [PATCH] Remove trailing whitepaces --- 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 a09b3fff6..bfddf760f 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -4049,7 +4049,7 @@ class PlacePages(BasePage): # add div for popups. with Html("div", id="popup", inline=True) as popup: - placedetail += popup + placedetail += popup # source references srcrefs = self.display_ind_sources(place) @@ -6714,7 +6714,7 @@ class PersonPages(BasePage): # add div for popups. with Html("div", id="popup", inline=True) as popup: - mapdetail += popup + mapdetail += popup # begin place reference section and its table... with Html("div", class_="subsection", id="references") as section: