diff options
Diffstat (limited to 'templates/email/default/alert-update.html')
-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 1f1591b3d..0f7c30481 100644 --- a/templates/email/default/alert-update.html +++ b/templates/email/default/alert-update.html @@ -1,7 +1,7 @@ [% title = report.title | html; -email_summary = "New updates on “" _ title _ "”"; +email_summary = "New updates on “" _ title _ "”"; email_columns = 2; PROCESS '_email_settings.html'; |