]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* minor html changes
[citadel.git] / webcit / webcit.c
index c22bddb69cdebf9d445be190b0cf6213421284e2..38639d2f51f69c6d7f8b62129392244bf1d63472 100644 (file)
@@ -435,10 +435,12 @@ void output_headers(      int do_httpheaders,     /* 1 = output HTTP headers
                wprintf("<div id=\"content\">\n");
 
                if (strlen(WC->ImportantMessage) > 0) {
+                       wprintf("<div id=\"fix_scrollbar_bug\">\n");
                        do_template("beginbox_nt");
                        wprintf("<SPAN CLASS=\"errormsg\">"
                                "%s</SPAN><br />\n", WC->ImportantMessage);
                        do_template("endbox");
+                       wprintf("</div>\n");
                        strcpy(WC->ImportantMessage, "");
                }