From e11239897b0d79c2a9285915b83325c9b413859d Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Fri, 18 Aug 2017 10:11:38 -0400 Subject: [PATCH] CRM-20468: HTMLInputCoder: do not escape the content field, breaks attachments. --- CRM/Utils/API/HTMLInputCoder.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Utils/API/HTMLInputCoder.php b/CRM/Utils/API/HTMLInputCoder.php index b826ed2607..297c72a5eb 100644 --- a/CRM/Utils/API/HTMLInputCoder.php +++ b/CRM/Utils/API/HTMLInputCoder.php @@ -109,6 +109,7 @@ class CRM_Utils_API_HTMLInputCoder extends CRM_Utils_API_AbstractFieldCoder { 'new', // The 'new' text in word replacements 'replyto_email', // e.g. '"Full Name" ' 'operator', + 'content', // CRM-20468 ); } return $this->skipFields; -- 2.25.1