diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 9a2554446..780424fb0 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -2577,7 +2577,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