소스 검색

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 %}
             </div>
         {% endblock sonata_wrapper %}
+    </div>    
     </body>
 </html>