bitbake: toaster: Fix toastertable header

Fixes regression introduced by 'tables updates for HTML5 compliance'

(Bitbake rev: 406a7f81420f7baa5cbfc034b573a4d692b98874)

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Wood
2015-05-18 13:44:53 +01:00
committed by Richard Purdie
parent 6a9efefbba
commit e3a4905d08

View File

@@ -93,6 +93,7 @@
<!-- The actual table -->
<table class="table table-bordered table-hover tablesorter" id="{{table_name}}">
<thead id="tableheader">
<tr><th></th></tr>
</thead>
<tbody></tbody>
</table>