Remove these as they break HTML emails.
This commit is contained in:
parent
8b70c366d8
commit
29c1d52533
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue