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

@@ -32,7 +32,7 @@
</thead>
<tbody>
<tr>
<th width="35%" scope="row">Type</th>
<th class="th-35" scope="row">Type</th>
<td>{{ d.rolling_class.type }}</td>
</tr>
<tr>
@@ -54,7 +54,7 @@
<td>{{ d.era }}</td>
</tr>
<tr>
<th width="35%" scope="row">Manufacturer</th>
<th class="th-35" scope="row">Manufacturer</th>
<td>{%if d.manufacturer %}
<a href="{% url 'filtered' _filter="manufacturer" search=d.manufacturer.slug %}">{{ d.manufacturer }}{% if d.manufacturer.website %}</a> <a href="{{ d.manufacturer.website }}" target="_blank"><i class="bi bi-box-arrow-up-right"></i></a>{% endif %}
{% endif %}</td>
@@ -78,7 +78,7 @@
</thead>
<tbody>
<tr>
<th width="35%" scope="row">Decoder</th>
<th class="th-35" scope="row">Decoder</th>
<td>{{ d.decoder }}</td>
</tr>
<tr>