Skip to content

Commit 168fc04

Browse files
committed
Fix formatting bug with multiple milestones in search results
- Legacy-Id: 12094
1 parent 0aa8f8a commit 168fc04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/doc/search/status_columns.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
{% endif %}
4444

4545
{% for m in doc.milestones %}
46-
{% if forloop.first %}<br>{% else %}, {% endif %}
47-
<span title="Part of {{ m.group.acronym }} milestone: {{ m.desc }}" class="milestone">{{ m.due|date:"M Y" }}</span>
46+
{% if forloop.first %}<br>{% endif %}
47+
<span title="Part of {{ m.group.acronym }} milestone: {{ m.desc }}" class="milestone">{{ m.due|date:"M Y" }}</span>{% if not forloop.last %}, {% endif %}
4848
{% endfor %}
4949

5050
{% else %}{# RFC #}

0 commit comments

Comments
 (0)