[bitbake-devel] [PATCH 07/22] toaster: Fix toastertable header

Alex DAMIAN alexandru.damian at intel.com
Thu May 28 14:14:01 UTC 2015


From: Michael Wood <michael.g.wood at intel.com>

Fixes regression introduced by 'tables updates for HTML5 compliance'

Signed-off-by: Michael Wood <michael.g.wood at intel.com>
---
 lib/toaster/toastergui/templates/toastertable.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/toaster/toastergui/templates/toastertable.html b/lib/toaster/toastergui/templates/toastertable.html
index 21392bb..4e6c4ce 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>
-- 
1.9.1




More information about the bitbake-devel mailing list