summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorSimon Green <sgreen+mozilla@redhat.com>2012-10-11 08:31:06 +0200
committerByron Jones <bjones@mozilla.com>2012-10-11 08:31:06 +0200
commitb7656f0a5deec13cd706c5fa364ec52e21b749b1 (patch)
tree1abf9385c91d8a46fc4a65ec4e0b5e4080a76c2d /template
parentf9e41025a332f57b3d9cabed8418e208fbd90400 (diff)
downloadbugzilla-b7656f0a5deec13cd706c5fa364ec52e21b749b1.tar.gz
bugzilla-b7656f0a5deec13cd706c5fa364ec52e21b749b1.tar.xz
Bug 798994: Fix incorrect double escaping when displaying saved queries URLs
r=glob, a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 5536d9fd2..4269d693d 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 <a href="query.cgi?[% q.url FILTER uri %]">edit</a>
+ or <a href="query.cgi?[% q.url FILTER html %]">edit</a>
[% END %]
[% END %]