Small cosmetic change to the SMTP queue view
[citadel.git] / 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)")
        );