* Eliminated the <tbody> from the message summary view. JS now replaces the entire...
[citadel.git] / webcit / static / t / msg_listview.html
index d68d08a475bb9f74a7747a0e6fd107a97586e47a..948096c0d5ebed21e283794c381717f704c138c6 100644 (file)
@@ -14,7 +14,7 @@ var sortmode = ""; /*"<?PREF:ROOM:VALUE("sort")>";*/
        </table>
 </div>
 <div id="summary_view">
-  <table><tbody id="message_list_body" class="mailbox_summary"><tr style="display: none;"><td colspan="4"></td></tr></tbody></table>
+  <table id="message_list_body" class="mailbox_summary"><tr style="display: none;"><td colspan="4"></td></tr></table>
     <div id="loading">
       <p><img src="static/throbber.gif" alt=""></p>
       <p><?_("Loading messages from server, please wait")></p>