aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-11 15:33:06 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-11 15:33:06 +0000
commit29d1f70b3a2df58ba6c3212080744fc48dd4cb5f (patch)
tree785ab00fb227037629d7a14a9dd51afc829480a5 /perllib/FixMyStreet/App.pm
parent603c118dca77621ce4d45a66ca8ea4bbb3ba7919 (diff)
Allow email indent to be a cobrand parameter.
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r--perllib/FixMyStreet/App.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm
index db92736cd..4469ad1c9 100644
--- a/perllib/FixMyStreet/App.pm
+++ b/perllib/FixMyStreet/App.pm
@@ -315,6 +315,7 @@ sub send_email {
{
_template_ => $email->body, # will get line wrapped
_parameters_ => {},
+ _line_indent => $c->cobrand->email_indent,
$email->header_pairs
}
) };