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 | |
parent | 3d7f4c7c6d6c9c8b478d67ec7ef4fe69e30a2184 (diff) | |
download | bugzilla-c7b85d80debaba707e0b77633ebbd21575268770.tar.gz bugzilla-c7b85d80debaba707e0b77633ebbd21575268770.tar.xz |
Bug 1302143 - Bad json in META.json breaking checksetup.pl
-rw-r--r-- | META.json | 2 | ||||
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -157,7 +157,7 @@ "prereqs" : { "runtime" : { "requires" : { - "JSON::RPC" : "0", + "JSON::RPC" : "0" } } } 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" %] |