summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/table.html.tmpl10
1 files changed, 4 insertions, 6 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index 0387adafb..b025cd14a 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -63,8 +63,6 @@
}
%]
-[% qorder = order FILTER url_quote IF order %]
-
[% PROCESS bug/time.html.tmpl %]
[%############################################################################%]
@@ -94,7 +92,7 @@
<a href="buglist.cgi?
[% urlquerypart FILTER html %]&amp;order=bugs.bug_id
[%-#%]&amp;query_based_on=
- [% defaultsavename OR searchname FILTER html %]">ID</a>
+ [% defaultsavename OR searchname FILTER url_quote %]">ID</a>
[% END %]
</th>
@@ -139,10 +137,10 @@
[% column.sortalias = column.name %]
[% END %]
<a href="buglist.cgi?[% urlquerypart FILTER html %]&amp;order=
- [% column.sortalias FILTER url_quote FILTER html %]
- [% ",$qorder" FILTER html IF order %]
+ [% column.sortalias FILTER url_quote %]
+ [% ",$order" FILTER url_quote IF order %]
[%-#%]&amp;query_based_on=
- [% defaultsavename OR searchname FILTER html %]">
+ [% defaultsavename OR searchname FILTER url_quote %]">
[%- abbrev.$id.title || field_descs.$id || column.title -%]</a>
[% END %]
</th>