From 21c00435ade22bbfd09cec07bfc8cb6abaf58de6 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Thu, 10 Jul 2014 09:24:53 -0700 Subject: [PATCH] 7739: [Narweb:] Missing webpage for media [under some circumstances] --- 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 0838b1cfa..ddf15e4ef 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -2588,7 +2588,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