Small html fix
[squirrelmail.git] / functions / mailbox_display.php
index 4174bbc1b2fca7493db56925834fc4035aae81d8..c8211ee08372e109f6ae7d2f606a6de0154d9daf 100644 (file)
@@ -719,7 +719,7 @@ function mail_message_listing_beginning ($imapConnection,
 
     echo getButton('SUBMIT', 'markRead',_("Read"));
     echo getButton('SUBMIT', 'markUnread',_("Unread"));
-    echo getButton('SUBMIT', 'delete',_("Delete")) ."&nbsp\n";
+    echo getButton('SUBMIT', 'delete',_("Delete")) ." \n";
     if (!strpos($php_self,'mailbox')) {
         $location = $php_self.'?mailbox=INBOX&startMessage=1';
     } else {