summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/toastertable.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/toastertable.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/toastertable.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable.html b/bitbake/lib/toaster/toastergui/templates/toastertable.html
index 598d2953e1..21392bb139 100644
--- a/bitbake/lib/toaster/toastergui/templates/toastertable.html
+++ b/bitbake/lib/toaster/toastergui/templates/toastertable.html
@@ -92,7 +92,7 @@
92 92
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 id="tableheader">
96 </thead> 96 </thead>
97 <tbody></tbody> 97 <tbody></tbody>
98 </table> 98 </table>