Skip to content

Commit 5a501cf

Browse files
committed
/doc/draft/: Separate replaced document with commas
- Legacy-Id: 2016
1 parent e9b73ef commit 5a501cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idrfc/doc_main_id.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
{% block doc_metatable %}
4141
<tr><td style="width:18ex;">Document type:</td><td>{{ info.type|escape }}
42-
{% with doc.replaces as r %}{% if r %}<br />Replaces {% for rep in r %}<a href="/doc/{{rep}}/">{{rep}}</a> {% endfor %}{% endif %}{% endwith %}
42+
{% with doc.replaces as r %}{% if r %}<br />Replaces {% for rep in r %}<a href="/doc/{{rep}}/">{{rep}}</a>{% if not forloop.last %}, {%endif%}{% endfor %}{% endif %}{% endwith %}
4343
</td></tr>
4444
<tr><td>Last updated:</td><td> {{ doc.publication_date|default:"(data missing)" }}</td></tr>
4545
<tr><td>State:</td><td>

0 commit comments

Comments
 (0)