diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/handlemail | 1 | ||||
-rwxr-xr-x | bin/zurich-overdue-alert | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/handlemail b/bin/handlemail index 8b8e03be9..8bc016241 100755 --- a/bin/handlemail +++ b/bin/handlemail @@ -57,6 +57,7 @@ my $mail = mySociety::Email::construct_email({ To => $data{return_path}, _template_ => $template, _parameters_ => { }, + _line_indent => '', }); if (mySociety::EmailUtil::EMAIL_SUCCESS diff --git a/bin/zurich-overdue-alert b/bin/zurich-overdue-alert index 500c6b016..4e81b3263 100755 --- a/bin/zurich-overdue-alert +++ b/bin/zurich-overdue-alert @@ -73,7 +73,6 @@ sub send_alert { { _template_ => $template, _parameters_ => $h, - _line_indent => $cobrand->email_indent, To => $to, From => [ FixMyStreet->config('CONTACT_EMAIL'), FixMyStreet->config('CONTACT_NAME') ], }, |