fix bug #360
authorArt Cancro <ajc@citadel.org>
Mon, 16 Jun 2008 02:16:02 +0000 (02:16 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 16 Jun 2008 02:16:02 +0000 (02:16 +0000)
webcit/smtpqueue.c

index d7eceb04624419456945e7eac9f64ad8ce4bb151..3a1b29f2dac1a3537b9e686120defb4f412d83a2 100644 (file)
@@ -176,7 +176,7 @@ void display_smtpqueue_inner_div(void) {
                num_msgs = load_msg_ptrs("MSGS ALL", 0);
                if (num_msgs > 0) {
                         wprintf("<table class=\"mailbox_summary\" rules=rows "
-                               "cellpadding=2 style=\"width:100%%;-moz-user-select:none;\">"
+                               "cellpadding=2 style=\"width:100%%;\">"
                        );
 
                        wprintf("<tr><td><b><i>");