Browse Source

Merge pull request #3634 from sonata-project/OskarStark-patch-1

fixed wrong dom node, caused by reverting #3621
Oskar Stark 9 years ago
parent
commit
4710e17ead
1 changed files with 1 additions and 1 deletions
  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 %}