summaryrefslogtreecommitdiffstats
path: root/template/en/default/sidebar.xul.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-25 03:25:49 +0200
committergerv%gerv.net <>2002-04-25 03:25:49 +0200
commite0abf5a6e9bc24ddda2b38d260859192a6bbbc3a (patch)
tree6b4474964be2195b24b879ecdbaf8b3836fe0c4b /template/en/default/sidebar.xul.tmpl
parentc61b13b2ce5e7a980ea338df23a6dcccede84f37 (diff)
downloadbugzilla-e0abf5a6e9bc24ddda2b38d260859192a6bbbc3a.tar.gz
bugzilla-e0abf5a6e9bc24ddda2b38d260859192a6bbbc3a.tar.xz
Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv.
Diffstat (limited to 'template/en/default/sidebar.xul.tmpl')
-rw-r--r--template/en/default/sidebar.xul.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/sidebar.xul.tmpl b/template/en/default/sidebar.xul.tmpl
index 652317642..65af4de4c 100644
--- a/template/en/default/sidebar.xul.tmpl
+++ b/template/en/default/sidebar.xul.tmpl
@@ -98,7 +98,7 @@ function normal_keypress_handler( aEvent ) {
[%- END %]
[%- FOREACH name = namedqueries %]
- <text class="text-link" onclick="load_relative_url('buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% name FILTER uri %]')" value="[% name FILTER html %]"/>
+ <text class="text-link" onclick="load_relative_url('buglist.cgi?cmdtype=runnamed&amp;namedcmd=[% name FILTER url_quote %]')" value="[% name FILTER html %]"/>
[% END %]
[% ELSE %]