소스 검색

*** empty log message ***

thomppj 24 년 전
부모
커밋
dd12f11680
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
functions/mailbox_display.php

@@ -690,7 +690,7 @@
             $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. */