diff --git a/app/fax/fax_emails.php b/app/fax/fax_emails.php index c49b30270b..0a1967cf60 100644 --- a/app/fax/fax_emails.php +++ b/app/fax/fax_emails.php @@ -225,7 +225,7 @@ if (sizeof($result) != 0) { if ($fax_message != '') { $fax_message = strip_tags($fax_message); - $fax_message = str_replace(" ", "\r\n", $fax_message); + $fax_message = html_entity_decode($fax_message); $fax_message = str_replace("\r\n\r\n", "\r\n", $fax_message); }