diff options
author | David Lawrence <dkl@mozilla.com> | 2016-09-12 19:00:03 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-09-12 19:00:03 +0200 |
commit | c7b85d80debaba707e0b77633ebbd21575268770 (patch) | |
tree | 84dfaa702122a670aa7f864d757dc858af42f355 /template/en | |
parent | 3d7f4c7c6d6c9c8b478d67ec7ef4fe69e30a2184 (diff) | |
download | bugzilla-c7b85d80debaba707e0b77633ebbd21575268770.tar.gz bugzilla-c7b85d80debaba707e0b77633ebbd21575268770.tar.xz |
Bug 1302143 - Bad json in META.json breaking checksetup.pl
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 5db6aeb93..4aec94f16 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -552,7 +552,7 @@ [% END %] <br> [% END %] - Test mail sent to [% user.email %]. + Test mail sent to [% user.email FILTER html %]. [% ELSIF message_tag == "parameters_updated" %] [% title = "Parameters Updated" %] |