Browse Source

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

Fix unclosed <div class="wrapper"> tag
Thomas 10 năm trước cách đây
mục cha
commit
82e11c2da5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 %}
             </div>
         {% endblock sonata_wrapper %}
+    </div>    
     </body>
 </html>