浏览代码

fixed i18n bug reported to -translations by J.I. Kim and forwarded to -devel by Philippe on nov 14th

teepe 24 年之前
父节点
当前提交
4039072502
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
functions/mailbox_display.php

@@ -38,7 +38,7 @@
       }
       $msg = $msgs[$key];
 
-      $senderName = htmlentities(sqimap_find_displayable_name($msg['FROM']));
+      $senderName = htmlspecialchars(sqimap_find_displayable_name($msg['FROM']));
       if( $mailbox == _("None") ) {
          // $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
          $boxes = sqimap_mailbox_list($imapConnection);