]> 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:31:06 +0000 (14:31 +0800)
committerByron Jones <bjones@mozilla.com>
Thu, 11 Oct 2012 06:31:06 +0000 (14:31 +0800)
r=glob, a=LpSolit

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

index 5536d9fd2026867066e81f45b102a77f6f8a72fd..4269d693d70ab7dbbf8ac476bbb2be9dae5509a5 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 %]