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