File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 102102 <th class="sorttable_nosort"> </th>
103103 [% END %]
104104 <th colspan="[% splitheader ? 2 : 1 %]" class="first-child
105- sorted_[% lsearch(order_columns, 'bug_id') FILTER html %]">
105+ [% order_columns.defined
106+ ? 'sorted_' _ lsearch(order_columns, 'bug_id')
107+ : '' FILTER html %]">
106108 <a href="[% basepath FILTER none %]buglist.cgi?
107109 [% urlquerypart FILTER html %]&order=
108110 [% PROCESS new_order id='bug_id' %]
148150[% BLOCK columnheader %]
149151 <th colspan="[% splitheader ? 2 : 1 %]"
150152 class="sortable_column_[% key FILTER html %]
151- sorted_[% lsearch(order_columns, id) FILTER html %]">
153+ [% order_columns.defined
154+ ? 'sorted_' _ lsearch(order_columns, id)
155+ : '' FILTER html %]">
152156 <a href="[% basepath FILTER none %]buglist.cgi?[% urlquerypart FILTER html %]&order=
153157 [% PROCESS new_order %]
154158 [%-#%]&query_based_on=
You can’t perform that action at this time.
0 commit comments