diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/list/table.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index e898da749..82dcf1e4f 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -80,7 +80,7 @@ [% END %] </colgroup> - <tr align="left"> + <tr class="bz_buglist_header" align="left"> [% IF dotweak %] <th> </th> [% END %] @@ -103,7 +103,7 @@ [% PROCESS columnheader %] [% END %] - </tr><tr align="left"> + </tr><tr class="bz_buglist_header" align="left"> [% IF dotweak %] <th> </th> [% END %] |