mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
added thead and tbody
This commit is contained in:
@ -59,12 +59,16 @@
|
||||
|
||||
<div id="results-container">
|
||||
<h3>Results</h3>
|
||||
<table>
|
||||
<table class="sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>id</th>
|
||||
<th>Proposed comment</th>
|
||||
<th>Max bleu score</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user