From 29c1d52533fd95ce0b995122471b9b283962bc3f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 20 May 2021 12:00:17 -0600 Subject: [PATCH] Remove these as they break HTML emails. --- app/scripts/resources/scripts/app/failure_handler/index.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/scripts/resources/scripts/app/failure_handler/index.lua b/app/scripts/resources/scripts/app/failure_handler/index.lua index 25835a5457..54ae8cea33 100644 --- a/app/scripts/resources/scripts/app/failure_handler/index.lua +++ b/app/scripts/resources/scripts/app/failure_handler/index.lua @@ -94,8 +94,6 @@ body = body:gsub(" ", " "); body = body:gsub("\n", ""); body = body:gsub("\n", ""); - body = body:gsub("'", "'"); - body = body:gsub([["]], """); body = trim(body); --send the emails