diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-03-17 18:39:24 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-03-17 19:04:25 +0000 |
commit | 36f50c1e21ef26f0021036568254e70863bdb0cc (patch) | |
tree | b7cf3213cbe2e55989a2a336945477319046844a /perllib/FixMyStreet/SendReport | |
parent | c5715d14de77d3bbcd144592175c4814eb19bbc8 (diff) |
Change default email indentation to none.
This is very old, no-one seems to want/need it any more,
and more than one reuser does not want it. Fixes #715.
Diffstat (limited to 'perllib/FixMyStreet/SendReport')
-rw-r--r-- | perllib/FixMyStreet/SendReport/Email.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/SendReport/Email.pm b/perllib/FixMyStreet/SendReport/Email.pm index e8151f175..d71700020 100644 --- a/perllib/FixMyStreet/SendReport/Email.pm +++ b/perllib/FixMyStreet/SendReport/Email.pm @@ -97,7 +97,6 @@ sub send { { _template_ => $self->get_template( $row ), _parameters_ => $h, - _line_indent => $row->cobrand eq 'zurich' ? '' : undef, # XXX Access to Cobrand module here? To => $self->to, From => $self->send_from( $row ), }, |