Fixed HTML error due to invalid nesting
authorAlexander Ebert <ebert@woltlab.com>
Wed, 27 Jul 2011 18:00:01 +0000 (20:00 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 27 Jul 2011 18:00:01 +0000 (20:00 +0200)
wcfsetup/install/files/acp/templates/footer.tpl

index fb92476b337a898f63737e3ccd66760f56e5832e..b64f2fdadcf768050ca9979c72473874385b4e06 100644 (file)
@@ -1,6 +1,6 @@
-                       </div>
+                       </section>
                </div>
-       </section>
+       </div>
        <!-- /CONTENT -->
        
        <!-- FOOTER -->
@@ -17,4 +17,4 @@
        <!-- /FOOTER -->
        <a id="bottom"></a>
 </body>
-</html>
\ No newline at end of file
+</html>