Small cosmetic change to the SMTP queue view
authorArt Cancro <ajc@citadel.org>
Sat, 28 Oct 2006 15:45:11 +0000 (15:45 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 28 Oct 2006 15:45:11 +0000 (15:45 +0000)
webcit/smtpqueue.c

index f3ac4a35d5aa30f47a3704f159dd09d6336b2bf8..b226b986f3fe278e506937a96957a653bc4f76e2 100644 (file)
@@ -115,7 +115,7 @@ void display_queue_msg(long msgnum)
        }
 
        wprintf("<tr><td>");
-       wprintf("%ld", msgnum);
+       wprintf("%ld<br />", msgnum);
        wprintf(" <a href=\"javascript:DeleteQueueMsg(%ld,%ld);\">%s</a>", 
                msgnum, msgid, _("(Delete)")
        );