From ef9c7f3a4fa7f7d3771402487c972bb91aa5465c Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 5 Mar 2005 05:04:34 +0000 Subject: [PATCH] * minor html changes --- webcit/ChangeLog | 4 ++++ webcit/messages.c | 2 +- webcit/webcit.c | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 5f747b868..97c5edf7f 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -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 1998-12-03 Nathan Bryant * webserver.c: warning fix + diff --git a/webcit/messages.c b/webcit/messages.c index 6b8229d79..4edb1e339 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -645,7 +645,7 @@ ENDBODY: /* end everythingamundo table */ wprintf("\n"); - wprintf("\n"); + wprintf("
\n"); } diff --git a/webcit/webcit.c b/webcit/webcit.c index c22bddb69..38639d2f5 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -435,10 +435,12 @@ void output_headers( int do_httpheaders, /* 1 = output HTTP headers wprintf("
\n"); if (strlen(WC->ImportantMessage) > 0) { + wprintf("
\n"); do_template("beginbox_nt"); wprintf("" "%s
\n", WC->ImportantMessage); do_template("endbox"); + wprintf("
\n"); strcpy(WC->ImportantMessage, ""); } -- 2.39.2