summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2015-05-14 11:02:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-14 18:04:10 +0100
commite05be1fdd2f88066b27e4bd5a769b22f7f8a370b (patch)
tree317530f724b0b35115947b28e0e1b5c3609d5af6 /bitbake/lib/toaster
parent80ca4f00f82cd2f58fe5cda38c8cc5a719c887b6 (diff)
downloadopenembedded-core-contrib-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/lib/toaster')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/toastertable.html3
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 @@
<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>