diff options
Diffstat (limited to 'templates/email/default')
-rw-r--r-- | templates/email/default/alert-update.html | 2 | ||||
-rw-r--r-- | templates/email/default/contact.html | 2 |
2 files changed, 2 insertions, 2 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'; diff --git a/templates/email/default/contact.html b/templates/email/default/contact.html index 6eac4282a..301245f1b 100644 --- a/templates/email/default/contact.html +++ b/templates/email/default/contact.html @@ -2,7 +2,7 @@ subject_html = subject | html; name = form_name | html; -email_summary = "“" _ subject_html _ "” – Message from " _ name _ " on " _ host; +email_summary = "“" _ subject_html _ "” – Message from " _ name _ " on " _ host; email_footer = "Sent via " _ host _ ", IP " _ ip; email_columns = 1; |