Skip to content

Commit e49a630

Browse files
committed
Handle the (unexpected, by me at least) case where there is
no revision_date - display   instead of "None" - Legacy-Id: 867
1 parent 8be4f74 commit e49a630

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idindex/doclist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<tr bgcolor="{% cycle #efefff,#dfdfff %}">
1919
{# use url here! #}
2020
<td><a href="/drafts/{{ draft.filename }}/">{{ draft.filename }}-{{ draft.revision_display }}</a></td>
21-
<td>{{ draft.revision_date }}</td>
21+
<td>{% firstof draft.revision_date &nbsp; %}</td>
2222
<td>{{ draft.status }}</td>
2323
{% if norfc %}
2424
{% else %}

0 commit comments

Comments
 (0)