Skip to content

Commit

Permalink
fix: review accepted table headers (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco authored Dec 19, 2024
1 parent 492d9b7 commit 7e8d542
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
<table>
<caption>Allocation (hours)</caption>
<thead>
<tr>Instrument</tr>
<tr>Queue</tr>
<tr>TC</tr>
<tr>RR</tr>
<tr>
<th>Instrument</th>
<th>Queue</th>
<th>TC</th>
<th>RR</th>
</tr>
</thead>
<tbody>
{% for x in instrument_allocations %}
Expand Down

0 comments on commit 7e8d542

Please sign in to comment.