diff options
Diffstat (limited to 'template')
-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 a7e0a9aff..563b57caf 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -78,7 +78,7 @@ [% tableheader = BLOCK %] <table class="bz_buglist" cellspacing="0" cellpadding="4" width="100%"> - <tr class="bz_buglist_header bz_first_buglist_header" align="left"> + <tr class="bz_buglist_header bz_first_buglist_header"> [% IF dotweak %] <th> </th> [% END %] @@ -100,7 +100,7 @@ [% PROCESS columnheader %] [% END %] - </tr><tr class="bz_buglist_header" align="left"> + </tr><tr class="bz_buglist_header"> [% IF dotweak %] <th> </th> [% END %] |