diff options
author | David Lawrence <dkl@mozilla.com> | 2014-12-17 21:34:32 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-12-17 21:34:32 +0100 |
commit | ee7b573838a8d4e30c3d71d8f8c3d1ad9fbde032 (patch) | |
tree | d88173c5b8ddd79c97a7f69aee49f0ab5eea2d67 /extensions/RequestNagger/template/en | |
parent | b4948d49587a7dab4a3a55c9169a2de2ff975736 (diff) | |
download | bugzilla-ee7b573838a8d4e30c3d71d8f8c3d1ad9fbde032.tar.gz bugzilla-ee7b573838a8d4e30c3d71d8f8c3d1ad9fbde032.tar.xz |
Bug 1111994: HTML 24 hour nag emails do not include invisible header text
Diffstat (limited to 'extensions/RequestNagger/template/en')
4 files changed, 6 insertions, 2 deletions
diff --git a/extensions/RequestNagger/template/en/default/email/request_nagging-requestee.html.tmpl b/extensions/RequestNagger/template/en/default/email/request_nagging-requestee.html.tmpl index cc570e4c4..bdaaabb97 100644 --- a/extensions/RequestNagger/template/en/default/email/request_nagging-requestee.html.tmpl +++ b/extensions/RequestNagger/template/en/default/email/request_nagging-requestee.html.tmpl @@ -85,6 +85,6 @@ <li>You have overdue requests.</li> </ul> </div> - +@@body-headers@@ </body> </html> diff --git a/extensions/RequestNagger/template/en/default/email/request_nagging-requestee.txt.tmpl b/extensions/RequestNagger/template/en/default/email/request_nagging-requestee.txt.tmpl index 2dae504e5..4e3f67090 100644 --- a/extensions/RequestNagger/template/en/default/email/request_nagging-requestee.txt.tmpl +++ b/extensions/RequestNagger/template/en/default/email/request_nagging-requestee.txt.tmpl @@ -43,3 +43,5 @@ Opt out of these emails: -- You are receiving this mail because: you have overdue requests. + +@@body-headers@@ diff --git a/extensions/RequestNagger/template/en/default/email/request_nagging-watching.html.tmpl b/extensions/RequestNagger/template/en/default/email/request_nagging-watching.html.tmpl index a3010f8a5..91fb36e1d 100644 --- a/extensions/RequestNagger/template/en/default/email/request_nagging-watching.html.tmpl +++ b/extensions/RequestNagger/template/en/default/email/request_nagging-watching.html.tmpl @@ -99,6 +99,6 @@ <li>you are watching someone with overdue requests.</li> </ul> </div> - +@@body-headers@@ </body> </html> diff --git a/extensions/RequestNagger/template/en/default/email/request_nagging-watching.txt.tmpl b/extensions/RequestNagger/template/en/default/email/request_nagging-watching.txt.tmpl index e36224109..8bc5a3b7c 100644 --- a/extensions/RequestNagger/template/en/default/email/request_nagging-watching.txt.tmpl +++ b/extensions/RequestNagger/template/en/default/email/request_nagging-watching.txt.tmpl @@ -45,3 +45,5 @@ Change who you are watching -- You are receiving this mail because: you are watching someone with overdue requests. + +@@body-headers@@ |