浏览代码

Seth pointed out that I was missing a space... *sighs* :-P

Thankies!
Erin Schnabel 21 年之前
父节点
当前提交
1731c9a745
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      functions/mailbox_display.php

+ 1 - 0
functions/mailbox_display.php

@@ -761,6 +761,7 @@ function mail_message_listing_beginning ($imapConnection,
                 <td align="left">
                   <small><?php
                     echo getButton('SUBMIT', 'markRead',_("Read"));
+                    echo '&nbsp;';
                     echo getButton('SUBMIT', 'markUnread',_("Unread"));
                     echo '&nbsp;';
                     echo getButton('SUBMIT', 'attache',_("Forward"));