Pārlūkot izejas kodu

Modified html safe code

Tyler Akins 24 gadi atpakaļ
vecāks
revīzija
6acf975380
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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>';