diff options
author | dkl%redhat.com <> | 2002-01-19 01:50:04 +0100 |
---|---|---|
committer | dkl%redhat.com <> | 2002-01-19 01:50:04 +0100 |
commit | 1eeb2fb8db4da64da0ec8e44e2fe91b8c797d093 (patch) | |
tree | ee7a09b1353d64c1cf929c8c6d0089d0ef2b54c3 /template/default/sidebar | |
parent | 7f11d4f1b5546becd6618b67f4314cbe6a6c90f8 (diff) | |
download | bugzilla-1eeb2fb8db4da64da0ec8e44e2fe91b8c797d093.tar.gz bugzilla-1eeb2fb8db4da64da0ec8e44e2fe91b8c797d093.tar.xz |
Fix for bug 119060 - Use of Template.pm filters for url and html encoding. r=jake,dkl
Diffstat (limited to 'template/default/sidebar')
-rw-r--r-- | template/default/sidebar/xul.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/sidebar/xul.tmpl b/template/default/sidebar/xul.tmpl index 1794d5f50..2991af580 100644 --- a/template/default/sidebar/xul.tmpl +++ b/template/default/sidebar/xul.tmpl @@ -100,7 +100,7 @@ function normal_keypress_handler( aEvent ) { [% END %] [% FOREACH name = namedqueries %] - <text class="text-link" onclick="load_relative_url('buglist.cgi?cmdtype=runnamed&namedcmd=[% name FILTER url %]')" value="[% name FILTER html %]"/> + <text class="text-link" onclick="load_relative_url('buglist.cgi?cmdtype=runnamed&namedcmd=[% name FILTER uri %]')" value="[% name FILTER html %]"/> [% END %] [% IF NOT username %] |