소스 검색

Modified html safe code

Tyler Akins 24 년 전
부모
커밋
6acf975380
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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>';