Remove trailing tabs.
This commit is contained in:
parent
269c21d37b
commit
93f5c996ae
|
|
@ -354,7 +354,7 @@
|
||||||
body = body:gsub("'", "'");
|
body = body:gsub("'", "'");
|
||||||
body = body:gsub([["]], """);
|
body = body:gsub([["]], """);
|
||||||
body = trim(body);
|
body = trim(body);
|
||||||
|
|
||||||
--send the email
|
--send the email
|
||||||
if (debug["info"]) then
|
if (debug["info"]) then
|
||||||
freeswitch.consoleLog("notice", "[missed call]: "..mail_to.." '"..subject.."' '"..body.."'\n");
|
freeswitch.consoleLog("notice", "[missed call]: "..mail_to.." '"..subject.."' '"..body.."'\n");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue