瀏覽代碼

Merge pull request #3211 from davidromani/master

Fix minor Twig CS
Thomas 9 年之前
父節點
當前提交
03240b95e2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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') }}