From 9f609ae191342f42dc3b1f7f753e4b4383e369ad Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 28 Oct 2024 11:31:55 +0100 Subject: [PATCH] return decoded --- system/libraries/Email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/libraries/Email.php b/system/libraries/Email.php index 9a67a2bba..94a68801b 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php @@ -492,7 +492,7 @@ class CI_Email { _setlocale(LC_ALL, $origin_lang); } - return $message; + return html_entity_decode($message); } // --------------------------------------------------------------------