فهرست منبع

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>';