1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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