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