Skip to content

Commit f4ce041

Browse files
authored
fix: Add whitespace before "for" (ietf-tools#3951)
1 parent f6c95be commit f4ce041

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/templates/iesg/discusses.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h1>IESG discuss positions</h1>
6262
{% for p in doc.blocking_positions %}
6363
{% if p.is_old_pos %}<span class="text-muted">{% endif %}
6464
{% person_link p.balloter %}
65-
({% if p.discuss_time %}{{ p.discuss_time|timesince_days }} days ago{% endif %}{% if doc.get_state_url != "rfc" and p.rev != doc.rev %}for -{{ p.rev }}{% endif %})
65+
({% if p.discuss_time %}{{ p.discuss_time|timesince_days }} days ago{% endif %}{% if doc.get_state_url != "rfc" and p.rev != doc.rev %} for -{{ p.rev }}{% endif %})
6666
<br>
6767
{% if p.is_old_pos %}</span>{% endif %}
6868
{% endfor %}
@@ -85,4 +85,4 @@ <h1>IESG discuss positions</h1>
8585
}
8686
});
8787
</script>
88-
{% endblock %}
88+
{% endblock %}

ietf/templates/iesg/past_documents.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h1>
5151
{% for p in doc.blocking_positions %}
5252
{% if p.is_old_pos %}<span class="text-muted">{% endif %}
5353
{% person_link p.balloter %}
54-
({% if p.discuss_time %}{{ p.discuss_time|timesince_days }} days ago{% endif %}{% if doc.get_state_url != "rfc" and p.rev != doc.rev %}for -{{ p.rev }}{% endif %})
54+
({% if p.discuss_time %}{{ p.discuss_time|timesince_days }} days ago{% endif %}{% if doc.get_state_url != "rfc" and p.rev != doc.rev %} for -{{ p.rev }}{% endif %})
5555
<br>
5656
{% if p.is_old_pos %}</span>{% endif %}
5757
{% endfor %}
@@ -64,4 +64,4 @@ <h1>
6464
{% endblock %}
6565
{% block js %}
6666
<script src="{% static "ietf/js/list.js" %}"></script>
67-
{% endblock %}
67+
{% endblock %}

0 commit comments

Comments
 (0)