diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/default/alert-update.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/email/default/alert-update.html b/templates/email/default/alert-update.html index 24d1b9834..a2f1c69a9 100644 --- a/templates/email/default/alert-update.html +++ b/templates/email/default/alert-update.html @@ -20,7 +20,7 @@ INCLUDE '_email_top.html'; [% end_padded_box %] </th> [% WRAPPER '_email_sidebar.html' object = report %] - <h2 style="[% h2_style %]">[% title | html %]</h2> + <h2 style="[% h2_style %]">[% report.title | html %]</h2> <p style="[% secondary_p_style %]">[% report.detail | html %]</p> [% END %] |