More html cleanup to match W3c

This commit is contained in:
2023-09-22 14:30:06 +02:00
parent 5ebce9480e
commit 8c15441fe5
13 changed files with 38 additions and 34 deletions

View File

@@ -14,19 +14,19 @@
</thead>
<tbody>
<tr>
<th width="35%" scope="row">Name</th>
<th class="th-35" scope="row">Name</th>
<td>{{ d.scale }}</td>
</tr>
<tr>
<th width="35%" scope="row">Ratio</th>
<th class="th-35" scope="row">Ratio</th>
<td>{{ d.ratio }}</td>
</tr>
<tr>
<th width="35%" scope="row">Gauge</th>
<th class="th-35" scope="row">Gauge</th>
<td>{{ d.gauge }}</td>
</tr>
<tr>
<th width="35%" scope="row">Tracks</th>
<th class="th-35" scope="row">Tracks</th>
<td>{{ d.tracks }}</td>
</tr>
</tbody>