changeset 373:c5609be6c34e

bulma (list/item): add `safe` to "body" which is a cleaned xhtml value
author Goffi <goffi@goffi.org>
date Mon, 14 Aug 2023 17:01:35 +0200
parents a603cf0fa5d1
children 5646df8bd391
files sat_templates/templates/bulma/list/item.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/list/item.html	Mon Aug 14 16:31:46 2023 +0200
+++ b/sat_templates/templates/bulma/list/item.html	Mon Aug 14 17:01:35 2023 +0200
@@ -36,7 +36,7 @@
             <div class="media-content">
                 <div class="content {{item|xmlui_class(["status", "priority", "severity"])}}">
                     <h4 class="title is-4">{{item.widget_value['title']}}</h1>
-                    {{ item.widget_value['body'] }}
+                    {{ item.widget_value['body']|safe }}
 
                 </div>
                 <nav class="level">