fixed i18n bug reported to -translations by J.I. Kim and forwarded to -devel by Phili...
[squirrelmail.git] / functions / mailbox_display.php
index 5a36afb3cf4592f00629ca7b14c86a711f33c833..5eb01722a1b956c5df52ce400b374f1e7946146e 100644 (file)
@@ -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);