X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fmailbox_display.php;h=809aa404ddf758ba60f4bfbda3bbbe3b7112cb38;hb=9988d19e65d7ea81cb1dfaf534a54d45a13ba2c7;hp=8ffb15e62ce9c6a24f16e542fe057ab2b3f8d063;hpb=acaa98429a77e9bcaab8eb86ec04f3247729c0a5;p=squirrelmail.git diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 8ffb15e6..809aa404 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -250,7 +250,7 @@ // loop through and display the info for each message. $t = 0; // $t is used for the checkbox number if ($numMessages == 0) { // if there's no messages in this folder - echo "

". _("THIS FOLDER IS EMPTY") ."
 
"; + echo "

". _("THIS FOLDER IS EMPTY") ."
 
"; } else if ($startMessage == $endMessage) { // if there's only one message in the box, handle it different. $i = $startMessage - 1; reset($msort);