Browse Source

Merge pull request #3211 from davidromani/master

Fix minor Twig CS
Thomas 9 năm trước cách đây
mục cha
commit
03240b95e2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Resources/views/CRUD/base_edit.html.twig

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

@@ -17,7 +17,7 @@ file that was distributed with this source code.
     {% else %}
         {{ "title_create"|trans({}, 'SonataAdminBundle') }}
     {% endif %}
-{% endblock%}
+{% endblock %}
 
 {% block navbar_title %}
     {{ block('title') }}