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