This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
3erPartyFlowdat3
/
SonataAdminBundle
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
fixed wrong dom node, caused by reverting
#3621
Oskar Stark
9 anni fa
parent
25f7ebe454
commit
91e7eb8b85
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
Resources/views/CRUD/base_edit_form_macro.html.twig
+ 1
- 1
Resources/views/CRUD/base_edit_form_macro.html.twig
Vedi File
@@ -31,5 +31,5 @@
</div>
</div>
{% endfor %}
-
{% if has_tab %}
</div>
{% endif %}
+ </div>
{% endmacro %}