aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/default/alert-update.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/email/default/alert-update.html')
-rw-r--r--templates/email/default/alert-update.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/email/default/alert-update.html b/templates/email/default/alert-update.html
index 8c392685d..c1a7562cd 100644
--- a/templates/email/default/alert-update.html
+++ b/templates/email/default/alert-update.html
@@ -1,6 +1,6 @@
[%
-title = title | html;
+title = report.title | html;
email_summary = "New updates on “" _ title _ "”";
email_columns = 2;
@@ -19,7 +19,7 @@ INCLUDE '_email_top.html';
</th>
[% WRAPPER '_email_sidebar.html' object = report %]
<h2 style="[% h2_style %]">[% title | html %]</h2>
- <p style="[% secondary_p_style %]">[% detail | html %]</p>
+ <p style="[% secondary_p_style %]">[% report.detail | html %]</p>
[% END %]
[% INCLUDE '_email_bottom.html' %]