diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2015-05-14 11:02:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 18:04:10 +0100 |
commit | e05be1fdd2f88066b27e4bd5a769b22f7f8a370b (patch) | |
tree | 317530f724b0b35115947b28e0e1b5c3609d5af6 /bitbake | |
parent | 80ca4f00f82cd2f58fe5cda38c8cc5a719c887b6 (diff) | |
download | poky-e05be1fdd2f88066b27e4bd5a769b22f7f8a370b.tar.gz |
bitbake: toastergui: tables updates for HTML5 compliance
This is a patch to bring the generic table code in compliance
with HTML5 specification.
(Bitbake rev: 39e4ce20d1e0bf6c93ca7ef2dcc4019979de3e39)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/toastertable.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable.html b/bitbake/lib/toaster/toastergui/templates/toastertable.html index 05ec3662b2..598d2953e1 100644 --- a/bitbake/lib/toaster/toastergui/templates/toastertable.html +++ b/bitbake/lib/toaster/toastergui/templates/toastertable.html | |||
@@ -29,7 +29,7 @@ | |||
29 | <form id="filter-modal-form" style="margin-bottom: 0px"> | 29 | <form id="filter-modal-form" style="margin-bottom: 0px"> |
30 | <div class="modal-header"> | 30 | <div class="modal-header"> |
31 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button> | 31 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button> |
32 | <h3 id="filter-modal-title"></h3> | 32 | <h3 id="filter-modal-title"> </h3> |
33 | </div> | 33 | </div> |
34 | <div class="modal-body"> | 34 | <div class="modal-body"> |
35 | <p>Show:</p> | 35 | <p>Show:</p> |
@@ -93,7 +93,6 @@ | |||
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> | 95 | <thead> |
96 | <tr></tr> | ||
97 | </thead> | 96 | </thead> |
98 | <tbody></tbody> | 97 | <tbody></tbody> |
99 | </table> | 98 | </table> |