We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d1c64 commit 58b7205Copy full SHA for 58b7205
template/en/default/list/table.html.tmpl
@@ -87,10 +87,9 @@
87
<thead>
88
<tr class="bz_buglist_header bz_first_buglist_header">
89
[% IF dotweak %]
90
- <th> </th>
+ <th class="sorttable_nosort"> </th>
91
[% END %]
92
<th colspan="[% splitheader ? 2 : 1 %]" class="first-child
93
- sortable_column_0
94
sorted_[% lsearch(order_columns, 'bug_id') FILTER html %]">
95
<a href="buglist.cgi?
96
[% urlquerypart FILTER html %]&order=
0 commit comments