summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-09-12 19:00:03 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-09-12 19:00:03 +0200
commitc7b85d80debaba707e0b77633ebbd21575268770 (patch)
tree84dfaa702122a670aa7f864d757dc858af42f355
parent3d7f4c7c6d6c9c8b478d67ec7ef4fe69e30a2184 (diff)
downloadbugzilla-c7b85d80debaba707e0b77633ebbd21575268770.tar.gz
bugzilla-c7b85d80debaba707e0b77633ebbd21575268770.tar.xz
Bug 1302143 - Bad json in META.json breaking checksetup.pl
-rw-r--r--META.json2
-rw-r--r--template/en/default/global/messages.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/META.json b/META.json
index 0a0ca7b7a..b254c100d 100644
--- a/META.json
+++ b/META.json
@@ -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" %]