From: Simon Green Date: Thu, 11 Oct 2012 06:31:06 +0000 (+0800) Subject: Bug 798994: Fix incorrect double escaping when displaying saved queries URLs X-Git-Tag: bugzilla-4.2.4~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7656f0a5deec13cd706c5fa364ec52e21b749b1;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 5536d9fd20..4269d693d7 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1809,7 +1809,7 @@ [% FOREACH q = Bugzilla.user.queries %] [% IF q.name == namedcmd %] - or edit + or edit [% END %] [% END %]