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>
This commit is contained in:
Alexandru DAMIAN 2015-05-14 11:02:05 +01:00 committed by Richard Purdie
parent 80ca4f00f8
commit e05be1fdd2
1 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,7 @@
<form id="filter-modal-form" style="margin-bottom: 0px">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
<h3 id="filter-modal-title"></h3>
<h3 id="filter-modal-title">&nbsp;</h3>
</div>
<div class="modal-body">
<p>Show:</p>
@ -93,7 +93,6 @@
<!-- The actual table -->
<table class="table table-bordered table-hover tablesorter" id="{{table_name}}">
<thead>
<tr></tr>
</thead>
<tbody></tbody>
</table>