From 0598a33ee25f11faf526b018912a6b75903668dc Mon Sep 17 00:00:00 2001 From: Michiel Nauta Date: Fri, 9 Sep 2011 19:32:04 +0000 Subject: [PATCH] 4305: again for mimeless images svn: r18132 --- src/plugins/webreport/NarrativeWeb.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 5c193979d..1de4a7585 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -1891,7 +1891,8 @@ class BasePage(object): hyper += Html("img", src = url, alt = html_escape(name), title = html_escape(name)) if usedescr: - hyper += Html("p", html_escape(name), inline = True) + hyper += Html('br') + hyper += Html("span", html_escape(name), inline = True) # return thumbnail division to its callers return thumbnail