diff options
author | Michael Wood <michael.g.wood@intel.com> | 2015-05-18 13:44:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-29 11:59:44 +0100 |
commit | e3a4905d08216e79a3c39614567d764d0aef4a9c (patch) | |
tree | 11fee9ea5902ca29306588772bc21e5778107d20 | |
parent | 6a9efefbba615b48d82024487d1ea7f3e4c101ef (diff) | |
download | poky-e3a4905d08216e79a3c39614567d764d0aef4a9c.tar.gz |
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>
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/toastertable.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable.html b/bitbake/lib/toaster/toastergui/templates/toastertable.html index 21392bb139..4e6c4ce4d2 100644 --- a/bitbake/lib/toaster/toastergui/templates/toastertable.html +++ b/bitbake/lib/toaster/toastergui/templates/toastertable.html | |||
@@ -93,6 +93,7 @@ | |||
93 | <!-- The actual table --> | 93 | <!-- The actual table --> |
94 | <table class="table table-bordered table-hover tablesorter" id="{{table_name}}"> | 94 | <table class="table table-bordered table-hover tablesorter" id="{{table_name}}"> |
95 | <thead id="tableheader"> | 95 | <thead id="tableheader"> |
96 | <tr><th></th></tr> | ||
96 | </thead> | 97 | </thead> |
97 | <tbody></tbody> | 98 | <tbody></tbody> |
98 | </table> | 99 | </table> |