Browse Source

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

Fix unclosed <div class="wrapper"> tag
Thomas 10 years ago
parent
commit
82e11c2da5
1 changed files with 1 additions and 0 deletions
  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>