From 32bcdbdc1a7b8af870b76c56c4b8150fadaa22a8 Mon Sep 17 00:00:00 2001 From: fidian Date: Sat, 8 Sep 2001 01:39:21 +0000 Subject: [PATCH] Modified html safe code git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1493 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index e49e6757..95368c10 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -427,8 +427,6 @@ $body = formatBody($imapConnection, $message, $color, $wrap_at); - $body = str_replace("&", "&", $body); - echo $body; echo ''; -- 2.25.1