From 5bf9b8217e0a35f5947be7d11a50090f5cc14470 Mon Sep 17 00:00:00 2001 From: Michiel Nauta Date: Fri, 9 Sep 2011 19:31:17 +0000 Subject: [PATCH] 4305: again for mimeless images svn: r18131 --- 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 63d40020d..b915f29a3 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -2111,7 +2111,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