diff options
Diffstat (limited to 'template/en')
| -rw-r--r-- | template/en/default/list/table.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index f6ca804e8..581ac14e1 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -71,6 +71,7 @@ [% tableheader = BLOCK %] <table class="bz_buglist"> + <thead> <tr class="bz_buglist_header bz_first_buglist_header"> [% IF dotweak %] <th> </th> @@ -115,6 +116,7 @@ [% END %] </tr> + </thead> [% END %] [% BLOCK columnheader %] @@ -157,6 +159,7 @@ [%############################################################################%] [% tableheader %] + <tbody> [% FOREACH bug = bugs %] [% count = loop.count() %] @@ -233,6 +236,7 @@ [% PROCESS time_summary_line %] [% END %] + </tbody> </table> [% BLOCK time_summary_line %] |
