]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 798994: Fix incorrect double escaping when displaying saved queries URLs
authorSimon Green <sgreen+mozilla@redhat.com>
Thu, 11 Oct 2012 06:32:26 +0000 (14:32 +0800)
committerByron Jones <bjones@mozilla.com>
Thu, 11 Oct 2012 06:32:26 +0000 (14:32 +0800)
r=glob, a=LpSolit

template/en/default/global/user-error.html.tmpl

index 91640fe4a47a43ac2dde6bb593a8b94f04b33361..faf4105a7ba6cd5af28e6caab8b049f9a42406b5 100644 (file)
                   
     [% FOREACH q = Bugzilla.user.queries %]
       [% IF q.name == namedcmd %]
-        or <a href="query.cgi?[% q.url FILTER uri %]">edit</a>
+        or <a href="query.cgi?[% q.url FILTER html %]">edit</a>
       [% END %]
     [% END %]