# HG changeset patch # User Goffi # Date 1692025295 -7200 # Node ID c5609be6c34e90edc741dc09b22555d6a098a7d4 # Parent a603cf0fa5d11adf0aa99e343629e2d5191d5ee3 bulma (list/item): add `safe` to "body" which is a cleaned xhtml value diff -r a603cf0fa5d1 -r c5609be6c34e sat_templates/templates/bulma/list/item.html --- 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 @@

{{item.widget_value['title']}}

- {{ item.widget_value['body'] }} + {{ item.widget_value['body']|safe }}