Parcourir la source

fixed wrong dom node, caused by reverting #3621

Oskar Stark il y a 9 ans
Parent
commit
91e7eb8b85
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 %}