From c6c0821f9c7c3a89955921106fdc0bfedd2cbf19 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Thu, 11 Oct 2012 14:32:03 +0800 Subject: [PATCH] Bug 798994: Fix incorrect double escaping when displaying saved queries URLs r=glob, a=LoSolit --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 990ffddfc8..5ea1c8beb2 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1828,7 +1828,7 @@ [% FOREACH q = Bugzilla.user.queries %] [% IF q.name == namedcmd %] - or edit + or edit [% END %] [% END %] -- 2.47.3