7739: [Narweb:] Missing webpage for media [under some circumstances]

This commit is contained in:
Paul Franklin 2014-07-10 09:24:53 -07:00
parent d7fac4e750
commit 21c00435ad

View File

@ -2588,7 +2588,7 @@ class BasePage(object):
@param: uplink - whether to add "../../.." or not @param: uplink - whether to add "../../.." or not
@param: usedescr - add description to hyperlink @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) name = html_escape(name)
# begin thumbnail division # begin thumbnail division