diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index 6ff3c1a01..ed9728004 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -2576,7 +2576,7 @@ class BasePage(object): @param: uplink - whether to add "../../.." or not @param: usedescr - add description to hyperlink """ - url = self.report.build_url_fname(handle, "img", uplink) + url = self.report.build_url_fname_html(handle, "img", uplink) name = html_escape(name) # begin thumbnail division