From 204d73ab5227cf6851a212592d9a8e51fac36e41 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 2 Oct 2014 08:17:58 +0000 Subject: [PATCH] remove mail_bo::htmlspecialchars --- infolog/inc/class.infolog_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infolog/inc/class.infolog_ui.inc.php b/infolog/inc/class.infolog_ui.inc.php index 12741f94be..de8f438447 100644 --- a/infolog/inc/class.infolog_ui.inc.php +++ b/infolog/inc/class.infolog_ui.inc.php @@ -2570,7 +2570,7 @@ class infolog_ui } } //_debug_array($attachments); - $body_striped = strip_tags($mailClass::htmlspecialchars($_body)); //we need to fix broken tags (or just stuff like "<800 USD/p" ) + $body_striped = strip_tags($_body); //we need to fix broken tags (or just stuff like "<800 USD/p" ) $body_decoded = htmlspecialchars_decode($body_striped,ENT_QUOTES); $body = $mailClass::createHeaderInfoSection(array('FROM'=>$_to_emailAddress['from'], 'TO'=>(!empty($_to_emailAddress['to'])?implode(',',$_to_emailAddress['to']):null),