*** empty log message ***
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 7 Nov 2001 05:33:42 +0000 (05:33 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 7 Nov 2001 05:33:42 +0000 (05:33 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1694 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index 3cad43f9108f383c4b47d462956da2e547cfe4b7..82cfae50bad3b2b1307fe7389ca4cd38e27c4696 100644 (file)
             $rMore = "<A HREF=\"right_main.php?use_mailbox_cache=$use&startMessage=$nextGroup&mailbox=$urlMailbox\" TARGET=\"right\">". _("Next") ."</A>\n";
         }
         if ($lMore <> '') {
-            $lMore .= ' | ';
+            $lMore .= '&nbsp;|&nbsp;';
         }
 
         /* Page selector block. Following code computes page links. */