Skip to content

Commit 5866129

Browse files
committed
Update vnu HTML5 validator, and fix an HTML nit it found.
Commit ready for merge. - Legacy-Id: 10540
1 parent 51dba4c commit 5866129

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

bin/vnu.jar

-323 Bytes
Binary file not shown.

ietf/templates/doc/document_material.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
<thead id="message-row">
1717
<tr>
1818
{% if doc.rev != latest_rev %}
19-
<th colspan="4" class="alert-warning">&nbsp;The information below is for an old version of the document</th>
19+
<th colspan="3" class="alert-warning">The information below is for an old version of the document</th>
2020
{% else %}
21-
<th colspan="4">&nbsp;</th>
22-
{% endif %}
21+
<th colspan="3"></th>
22+
{% endif %}
2323
</tr>
2424
</thead>
2525

26+
<tbody class="meta">
2627
<tr>
2728
<th>{% if doc.meeting_related %}Meeting{% endif %} {{ doc.type.name }}</th>
2829
<td class="edit"></td>
@@ -82,7 +83,7 @@
8283

8384
{% if presentations or can_manage_material %}
8485
<tr>
85-
<th>On Agenda</th>
86+
<th>On agenda</th>
8687
<td class="edit">
8788
{% if not snapshot and can_manage_material %}
8889
{% doc_edit_button "material_presentations" name=doc.name %}
@@ -104,6 +105,7 @@
104105
<td class="edit"></td>
105106
<td>{{ doc.time|date:"Y-m-d" }}</td>
106107
</tr>
108+
</tbody>
107109
</table>
108110

109111
<p class="buttonlist">

0 commit comments

Comments
 (0)