diff options
-rw-r--r-- | template/en/default/list/table.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 47dedb3cf..b1ab82a41 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -87,10 +87,9 @@ <thead> <tr class="bz_buglist_header bz_first_buglist_header"> [% IF dotweak %] - <th> </th> + <th class="sorttable_nosort"> </th> [% END %] <th colspan="[% splitheader ? 2 : 1 %]" class="first-child - sortable_column_0 sorted_[% lsearch(order_columns, 'bug_id') FILTER html %]"> <a href="buglist.cgi? [% urlquerypart FILTER html %]&order= |