From b9588fc49e2ae3c9dcdee483d25d2b53b433a065 Mon Sep 17 00:00:00 2001 From: Josh Norris Date: Sun, 13 Jan 2019 14:05:02 +1100 Subject: [PATCH] Fix for #7 in OG repo. See issue https://github.com/lcharette/UF_FormGenerator/issues/7#issue-398613768. --- templates/FormGenerator/FormGenerator.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/FormGenerator/FormGenerator.html.twig b/templates/FormGenerator/FormGenerator.html.twig index c902064..ccf25c4 100644 --- a/templates/FormGenerator/FormGenerator.html.twig +++ b/templates/FormGenerator/FormGenerator.html.twig @@ -12,7 +12,7 @@ {{ alert.generate(input) }} {% else %} {% if not input.hidden %} -
+ {% if formLayout == 'horizontal' %}
{% else %}
{% endif %} {% if formLayout == 'horizontal' %}
{% endif %} {% endif %} -{% endfor %} \ No newline at end of file +{% endfor %}