From 9164050f79823bcbbb2c617639fe7b4c6aab3888 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 16 Jun 2008 02:16:02 +0000 Subject: [PATCH] fix bug #360 --- webcit/smtpqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("
"); -- 2.30.2