Ver Fonte

fixed wrong dom node, caused by reverting #3621

Oskar Stark há 9 anos atrás
pai
commit
91e7eb8b85
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Resources/views/CRUD/base_edit_form_macro.html.twig

+ 1 - 1
Resources/views/CRUD/base_edit_form_macro.html.twig

@@ -31,5 +31,5 @@
             </div>
         </div>
     {% endfor %}
-    {% if has_tab %}</div>{% endif %}
+    </div>
 {% endmacro %}