From bacc6fe0738ebf03811151f5242f6acc803f36f0 Mon Sep 17 00:00:00 2001 From: Lukas Bableck Date: Fri, 23 Aug 2024 11:03:33 +0200 Subject: [PATCH] Add |raw to h5 in formfields template (#1268) --- templates/Froxlor/form/formfields.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Froxlor/form/formfields.html.twig b/templates/Froxlor/form/formfields.html.twig index 712ef61c..f93b2038 100644 --- a/templates/Froxlor/form/formfields.html.twig +++ b/templates/Froxlor/form/formfields.html.twig @@ -3,7 +3,7 @@ {% if norow == false and (field.type != 'hidden' or (field.type == 'hidden' and field.display is defined and field.display is not empty)) %}
{% if field.prior_infotext is defined and field.prior_infotext|length > 0 %} -
{{ field.prior_infotext }}
+
{{ field.prior_infotext|raw }}
{% endif %} {% if field.label is iterable %}