From: Simon Green Date: Thu, 11 Oct 2012 06:32:26 +0000 (+0800) Subject: Bug 798994: Fix incorrect double escaping when displaying saved queries URLs X-Git-Tag: bugzilla-4.5.1~363 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dc5c9bbd7484c59cec8884435a80bc16ef428e2;p=thirdparty%2Fbugzilla.git Bug 798994: Fix incorrect double escaping when displaying saved queries URLs r=glob, a=LpSolit --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 91640fe4a4..faf4105a7b 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 %]