* minor html changes
authorArt Cancro <ajc@citadel.org>
Sat, 5 Mar 2005 05:04:34 +0000 (05:04 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 5 Mar 2005 05:04:34 +0000 (05:04 +0000)
webcit/ChangeLog
webcit/messages.c
webcit/webcit.c

index 5f747b86875f60b3f4528b7492efb22c6c898a02..97c5edf7fec112ffe18bfcaabe2e35950ef48004 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 603.6  2005/03/05 05:04:34  ajc
+* minor html changes
+
 Revision 603.5  2005/03/04 04:21:05  ajc
 * When a room is set to the "mailbox" view, "Read new / read all" is
   replaced by "View message list."
@@ -2454,3 +2457,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+
index 6b8229d79794fc1de0721c2c8c2da86003088888..4edb1e3396bd6b3f68136a83b910dc775d28a0a7 100644 (file)
@@ -645,7 +645,7 @@ ENDBODY:
 
        /* end everythingamundo table */
        wprintf("</TD></TR></TABLE>\n");
-       wprintf("</div>\n");
+       wprintf("</div><br />\n");
 }
 
 
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, "");
                }