From: Simon Green Date: Thu, 11 Oct 2012 06:32:03 +0000 (+0800) Subject: Bug 798994: Fix incorrect double escaping when displaying saved queries URLs X-Git-Tag: bugzilla-4.4rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6c0821f9c7c3a89955921106fdc0bfedd2cbf19;p=thirdparty%2Fbugzilla.git Bug 798994: Fix incorrect double escaping when displaying saved queries URLs r=glob, a=LoSolit --- 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 %]