diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-08 12:52:34 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-08 13:30:54 +0100 |
commit | 025274d4b79c56432b0abf99983c940a6c2bd08c (patch) | |
tree | e2ba935f8a0d60dd05ec173c64eb17b656bdc549 /templates/email/default/problem-moderated.html | |
parent | 8a13627c2cb349a099e3fbfabbaa890805775e65 (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/problem-moderated.html')
-rw-r--r-- | templates/email/default/problem-moderated.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/email/default/problem-moderated.html b/templates/email/default/problem-moderated.html index b3dd2d353..9adaa6421 100644 --- a/templates/email/default/problem-moderated.html +++ b/templates/email/default/problem-moderated.html @@ -27,9 +27,9 @@ the team at <a href="[% report_complain_uri %]">[% report_complain_uri %]</a></p <th style="[% td_style %][% secondary_column_style %]" id="secondary_column"> <img style="[% map_image_style %]" src="[% inline_image(problem.static_map, 'map.jpeg') %]" width="310" height="200" alt=""> [% start_padded_box %] - [% IF problem.photo %] + [%~ IF problem.photo %] <img style="[% preview_photo_style %]" src="[% inline_image(problem.get_first_image_fp) %]" alt="" align="right"> - [% END %] + [%~ END %] <h2 style="[% h2_style %]">[% problem.moderation_original_data.title | html %]</h2> <p style="[% secondary_p_style %]">[% problem.moderation_original_data.detail | html %]</p> [% end_padded_box %] |