Przeglądaj źródła

Merge pull request #3211 from davidromani/master

Fix minor Twig CS
Thomas 9 lat temu
rodzic
commit
03240b95e2
1 zmienionych plików z 1 dodań i 1 usunięć
  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 %}
     {% else %}
         {{ "title_create"|trans({}, 'SonataAdminBundle') }}
         {{ "title_create"|trans({}, 'SonataAdminBundle') }}
     {% endif %}
     {% endif %}
-{% endblock%}
+{% endblock %}
 
 
 {% block navbar_title %}
 {% block navbar_title %}
     {{ block('title') }}
     {{ block('title') }}