Removed the "fix_scrollbarbug" div and all references to it.
[citadel.git] / webcit / tasks.c
index 42ae949ba5a4411f5b295885aaca9acf6134c471..d4b5b27ae521edd5292e17e19d0739cf40c51f6f 100644 (file)
@@ -89,9 +89,7 @@ int tasks_RenderView_or_Tail(SharedMessageStatus *Stat,
        icalproperty *p;
        wcsession *WCC = WC;
 
-       wc_printf("<div class=\"fix_scrollbar_bug\">"
-               "<table class=\"calendar_view_background\"><tbody id=\"taskview\">\n<tr>\n"
-               "<th>");
+       wc_printf("<table class=\"calendar_view_background\"><tbody id=\"taskview\">\n<tr>\n<th>");
        wc_printf(_("Completed?"));
        wc_printf("</th><th>");
        wc_printf(_("Name of task"));
@@ -163,7 +161,7 @@ int tasks_RenderView_or_Tail(SharedMessageStatus *Stat,
                wc_printf("</tr>");
        }
 
-       wc_printf("</tbody></table></div>\n");
+       wc_printf("</tbody></table>\n");
 
        /* Free the list */
        DeleteHash(&WC->disp_cal_items);