Revert "Revert "Removed the "fix_scrollbarbug" div and all references to it.""
[citadel.git] / webcit / paging.c
index 2c052971a5c4c469b7c8cf49b275bbac4c4e182f..7c632fb9f14b435534b19da9ba1b30f53157b786 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * This module handles instant message related functions.
  *
  * Copyright (c) 1996-2010 by the citadel.org team
@@ -40,8 +38,7 @@ void display_page(void)
 
        wc_printf("<div id=\"content\" class=\"service\">\n");
 
-        wc_printf("<div class=\"fix_scrollbar_bug\">"
-               "<table class=\"paging_background\"><tr><td>\n");
+       wc_printf("<table class=\"paging_background\"><tr><td>\n");
 
        wc_printf(_("Send an instant message to: "));
        escputs(recp);
@@ -69,7 +66,7 @@ void display_page(void)
        wc_printf("<br /><a href=\"javascript:window.close();\"%s</A>\n", _("Cancel"));
 
        wc_printf("</FORM></CENTER>\n");
-       wc_printf("</td></tr></table></div>\n");
+       wc_printf("</td></tr></table>\n");
        wDumpContent(1);
 }