diff options
Diffstat (limited to 'templates/email/default/update-confirm.html')
-rw-r--r-- | templates/email/default/update-confirm.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/email/default/update-confirm.html b/templates/email/default/update-confirm.html index 40841bd82..019bc9e0d 100644 --- a/templates/email/default/update-confirm.html +++ b/templates/email/default/update-confirm.html @@ -23,9 +23,9 @@ INCLUDE '_email_top.html'; <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 update.photo %] + [%~ IF update.photo %] <img style="[% preview_photo_style %]" src="[% inline_image(update.get_first_image_fp) %]" alt="" align="right"> - [% END %] + [%~ END %] <p style="[% secondary_p_style %]">[% update.text | html %]</p> [% end_padded_box %] </th> |