From b43808c9d5931a81074c3e31197724fb593a72ee Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Tue, 12 Jul 2016 16:15:29 +0200 Subject: [PATCH] Narrativeweb : 9560 added a trailing space. --- 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 922045940..5ded2f280 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -8815,7 +8815,7 @@ class NavWebReport(Report): self.copy_file(from_path, fname, "images") # copy GRAMPS marker icon for openstreetmap - fname = CSS["marker"]["filename"] + fname = CSS["marker"]["filename"] self.copy_file(fname, "marker.png", "images") def build_gendex(self, ind_list):