diff --git a/templates/base/components/field/layout.html.twig b/templates/base/components/field/layout.html.twig index 38480ca39..5d32a6f2d 100644 --- a/templates/base/components/field/layout.html.twig +++ b/templates/base/components/field/layout.html.twig @@ -25,7 +25,9 @@ >
{{ oUIBlock.GetLabel()|raw }}
- {% for oSubBlock in oUIBlock.GetSubBlocks() %}{{ render_block(oSubBlock, {aPage: aPage}) }} {% endfor %} + {% for oSubBlock in oUIBlock.GetSubBlocks() %} + {{ render_block(oSubBlock, {aPage: aPage}) }} + {% endfor %}
{% if oUIBlock.GetComments() %}
{{ oUIBlock.GetComments()|raw }}
diff --git a/templates/base/components/input/layout.html.twig b/templates/base/components/input/layout.html.twig index 1361a6abb..dc0eeb774 100644 --- a/templates/base/components/input/layout.html.twig +++ b/templates/base/components/input/layout.html.twig @@ -12,4 +12,5 @@ {% endfor %} {% endif %} {% if oUIBlock.GetPlaceHolder() %} placeholder="{{ oUIBlock.GetPlaceHolder() }}" {% endif %} - >{% endblock %} \ No newline at end of file + > +{% endblock %} \ No newline at end of file