diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-08 14:30:41 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-08 14:30:41 +0100 |
commit | 0cecc6857351bfe9a80240a8c0910debd9f8dbe9 (patch) | |
tree | 06e97dd24fae37672f2f328f5d5c73cba883892f /templates/email/default/alert-problem.html | |
parent | 920a758bbead7d5d3709e459466d9ea34fe157ef (diff) | |
parent | bf53b8ef979e35e18b28c924b61ccade999833d7 (diff) |
Merge branch '1469-html-email-fixes'
Diffstat (limited to 'templates/email/default/alert-problem.html')
-rw-r--r-- | templates/email/default/alert-problem.html | 2 |
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> |