From: Art Cancro Date: Mon, 16 Jun 2008 02:16:02 +0000 (+0000) Subject: fix bug #360 X-Git-Tag: v7.86~2153 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=9164050f79823bcbbb2c617639fe7b4c6aab3888 fix bug #360 --- diff --git a/webcit/smtpqueue.c b/webcit/smtpqueue.c index d7eceb046..3a1b29f2d 100644 --- a/webcit/smtpqueue.c +++ b/webcit/smtpqueue.c @@ -176,7 +176,7 @@ void display_smtpqueue_inner_div(void) { num_msgs = load_msg_ptrs("MSGS ALL", 0); if (num_msgs > 0) { wprintf("" + "cellpadding=2 style=\"width:100%%;\">" ); wprintf("
");