add missing div closing the content-div from head.html
[citadel.git] / webcit / static / t / display_main_menu.html
index dce01f9c97b67a7ed9f657b9a95ce9fa8211b239..00a238fb9b9d5f083fd5d27552e89d1319b9def7 100644 (file)
@@ -2,7 +2,6 @@
 <?=("important_msg")><?%("COND:LOGGEDIN", 1, 1, 1, "", ="paging")>
 <?ROOMBANNER>
 <div id="content">
-<div class="fix_scrollbar_bug">
 <table width="100%" cellspacing="10" cellpadding="0">
 <tr><td colspan="2" class="advanced">
   <?DOBOXED("menu_basic_commands", _("Basic commands"))>
@@ -14,5 +13,7 @@
 </td></tr>
 </table>
 </div>
+
 </div>
+
 <?=("trailing")>