]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: toaster: Fix toastertable header
authorMichael Wood <michael.g.wood@intel.com>
Mon, 18 May 2015 12:44:53 +0000 (13:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 May 2015 10:59:44 +0000 (11:59 +0100)
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>
bitbake/lib/toaster/toastergui/templates/toastertable.html

index 21392bb139c0262ff5213d797fda4c13024e35c5..4e6c4ce4d2416e323c0471dcc8f24f86842bd7b8 100644 (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>