From 56388ede543dd6c7689df2d9179d1bd6229a8466 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Wed, 18 Oct 2023 21:04:16 +0200 Subject: [PATCH] fix unescaped quotes for input-fields in settings Signed-off-by: Michael Kaufmann --- templates/Froxlor/form/formfields.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/Froxlor/form/formfields.html.twig b/templates/Froxlor/form/formfields.html.twig index 0491a6a3..92c3106d 100644 --- a/templates/Froxlor/form/formfields.html.twig +++ b/templates/Froxlor/form/formfields.html.twig @@ -144,7 +144,7 @@ {% endmacro %} {% macro plain(id, field) %} - + {% if field.next_to is defined %} {% for nid, nfield in field.next_to %} {% if nfield.next_to_prefix is defined %} @@ -159,9 +159,9 @@ {% if field.next_to is defined %}
{% endif %} - + {% if field.type == 'hidden' and field.display is defined %} - + {% endif %} {% if field.next_to is defined %} {% for nid, nfield in field.next_to %}