diff options
Diffstat (limited to 'templates/email/default/contact.html')
-rw-r--r-- | templates/email/default/contact.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/email/default/contact.html b/templates/email/default/contact.html index c7fc59e68..e01d54c74 100644 --- a/templates/email/default/contact.html +++ b/templates/email/default/contact.html @@ -26,13 +26,13 @@ INCLUDE '_email_top.html'; <th style="[% td_style %][% only_column_style %]"> <h1 style="[% h1_style %]">[% subject | html %]</h1> <p style="[% p_style %]">[% message | html %]</p> - [% IF complaint %] + [%~ IF complaint %] <p style="[% secondary_p_style %]"> [% complaint | html %] - <a href="[% problem_url %]">Report</a> - <a href="[% admin_url %]">Admin</a> </p> - [% END %] + [%~ END %] </th> [% INCLUDE '_email_bottom.html' %] |