diff options
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 %] |