diff --git a/templates/base/layouts/tab-container/layout.html.twig b/templates/base/layouts/tab-container/layout.html.twig index 2a72fe059..ca0dcfe0e 100644 --- a/templates/base/layouts/tab-container/layout.html.twig +++ b/templates/base/layouts/tab-container/layout.html.twig @@ -65,7 +65,7 @@ {% endfor %} {% else %} - +
{% for oTab in oUIBlock.GetSubBlocks() %}
@@ -79,6 +79,7 @@ {% endif %}
{% endfor %} +
{% endif %} {% endblock %}