Explorar el Código

Merge pull request #3211 from davidromani/master

Fix minor Twig CS
Thomas hace 9 años
padre
commit
03240b95e2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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') }}