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 %}