Browse Source

Modified html safe code

Tyler Akins 24 năm trước cách đây
mục cha
commit
6acf975380
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/read_body.php

+ 0 - 2
src/read_body.php

@@ -427,8 +427,6 @@
    
    $body = formatBody($imapConnection, $message, $color, $wrap_at);
 
-   $body = str_replace("&", "&", $body);
-
    echo $body;
    
    echo '</TABLE>';