From 468c576588450202d96998d2378949e08406361e Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 22 Nov 2012 22:22:15 +0800 Subject: Change quotes in shadowbugs to keep t/012throwables happy --- .../template/en/default/hook/global/user-error-errors.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/ShadowBugs') diff --git a/extensions/ShadowBugs/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/ShadowBugs/template/en/default/hook/global/user-error-errors.html.tmpl index 775a7721e..2e7695dbb 100644 --- a/extensions/ShadowBugs/template/en/default/hook/global/user-error-errors.html.tmpl +++ b/extensions/ShadowBugs/template/en/default/hook/global/user-error-errors.html.tmpl @@ -6,7 +6,7 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% IF error == 'illegal_shadow_bug_public' %] +[% IF error == "illegal_shadow_bug_public" %] [% title = "Invalid Shadow " _ terms.Bug %] You cannot shadow [% terms.bug %] [%+ id FILTER html %] because it is not a public [% terms.bug %]. -- cgit v1.2.3-24-g4f1b