From 7ce6071c7ae44154ffe314f8a7e95e6f0eb19bff Mon Sep 17 00:00:00 2001 From: indiri69 Date: Thu, 21 Aug 2003 18:10:33 +0000 Subject: [PATCH] Added a semicolon on the lt and gt tags git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5543 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compose.php b/src/compose.php index 762677cb..b78f0b72 100644 --- a/src/compose.php +++ b/src/compose.php @@ -596,7 +596,7 @@ function newMail ($mailbox='', $passed_id='', $passed_ent_id='', $action='', $se $bodypart = decodeBody($unencoded_bodypart, $body_part_entity->header->encoding); if ($type1 == 'html') { - $bodypart = str_replace(array(' ','>','<'),array(' ','<','>'),$bodypart); + $bodypart = str_replace(array(' ','>','<'),array(' ','<','>'),$bodypart); $bodypart = strip_tags($bodypart); } if (isset($languages[$squirrelmail_language]['XTRA_CODE']) && -- 2.25.1