aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-05-18 13:44:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-29 11:58:25 +0100
commit406a7f81420f7baa5cbfc034b573a4d692b98874 (patch)
tree21f80b9514a0c5a497e09c6ba89b5ccb49cdf169 /lib
parent873087b11653848ec2704d67de5680a265b71eaa (diff)
downloadbitbake-406a7f81420f7baa5cbfc034b573a4d692b98874.tar.gz
toaster: Fix toastertable header
Fixes regression introduced by 'tables updates for HTML5 compliance' Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/toaster/toastergui/templates/toastertable.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/toaster/toastergui/templates/toastertable.html b/lib/toaster/toastergui/templates/toastertable.html
index 21392bb13..4e6c4ce4d 100644
--- a/lib/toaster/toastergui/templates/toastertable.html
+++ b/lib/toaster/toastergui/templates/toastertable.html
@@ -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>