aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/default/alert-problem.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-08-08 12:52:34 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-08-08 13:30:54 +0100
commit025274d4b79c56432b0abf99983c940a6c2bd08c (patch)
treee2ba935f8a0d60dd05ec173c64eb17b656bdc549 /templates/email/default/alert-problem.html
parent8a13627c2cb349a099e3fbfabbaa890805775e65 (diff)
Try and ensure emails have no lines of spaces.
One mail server we send to appears to reject messages containing =20, even though those are perfectly acceptable quoted-printable messages.
Diffstat (limited to 'templates/email/default/alert-problem.html')
-rw-r--r--templates/email/default/alert-problem.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/email/default/alert-problem.html b/templates/email/default/alert-problem.html
index bff65e57a..f7510b22b 100644
--- a/templates/email/default/alert-problem.html
+++ b/templates/email/default/alert-problem.html
@@ -11,7 +11,7 @@ INCLUDE '_email_top.html';
<th style="[% td_style %][% only_column_style %]">
<h1 style="[% h1_style %]">New reports on [% site_name %]</h1>
- [% INCLUDE '_email_report_list.html' %]
+ [%~ INCLUDE '_email_report_list.html' %]
<p style="[% p_style %]"><a href="[% unsubscribe_url %]">Unsubscribe from alerts about new [% site_name %] reports</a></p>
</th>