Browse Source

Modified html safe code

Tyler Akins 24 years ago
parent
commit
6acf975380
1 changed files with 0 additions and 2 deletions
  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>';