Skip to content

Commit d0b99b0

Browse files
committed
Merged in [10540] from lars@netapp.com:
Update vnu HTML5 validator, and fix an HTML nit it found. - Legacy-Id: 10563 Note: SVN reference [10540] has been migrated to Git commit 5866129
1 parent 3e4c10b commit d0b99b0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

bin/vnu.jar

-323 Bytes
Binary file not shown.

ietf/templates/doc/document_material.html

Lines changed: 5 additions & 3 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>
21+
<th colspan="3"></th>
2222
{% 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)