浏览代码

Merge pull request #2837 from a-sane/patch-1

Fix unclosed <div class="wrapper"> tag
Thomas 10 年之前
父节点
当前提交
82e11c2da5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Resources/views/standard_layout.html.twig

+ 1 - 0
Resources/views/standard_layout.html.twig

@@ -314,5 +314,6 @@ file that was distributed with this source code.
                 {% endblock sonata_page_content %}
                 {% endblock sonata_page_content %}
             </div>
             </div>
         {% endblock sonata_wrapper %}
         {% endblock sonata_wrapper %}
+    </div>    
     </body>
     </body>
 </html>
 </html>