From f4ce041dcc6c48a234e1f6452380d9312d36a40b Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Fri, 13 May 2022 22:13:14 +0300 Subject: [PATCH] fix: Add whitespace before "for" (#3951) --- ietf/templates/iesg/discusses.html | 4 ++-- ietf/templates/iesg/past_documents.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ietf/templates/iesg/discusses.html b/ietf/templates/iesg/discusses.html index 9462b1c1f..8237b162d 100644 --- a/ietf/templates/iesg/discusses.html +++ b/ietf/templates/iesg/discusses.html @@ -62,7 +62,7 @@ {% for p in doc.blocking_positions %} {% if p.is_old_pos %}{% endif %} {% person_link p.balloter %} - ({% 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 %}) + ({% 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 %})
{% if p.is_old_pos %}
{% endif %} {% endfor %} @@ -85,4 +85,4 @@ } }); -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/ietf/templates/iesg/past_documents.html b/ietf/templates/iesg/past_documents.html index c6df8f913..72d005d1a 100644 --- a/ietf/templates/iesg/past_documents.html +++ b/ietf/templates/iesg/past_documents.html @@ -51,7 +51,7 @@ {% for p in doc.blocking_positions %} {% if p.is_old_pos %}{% endif %} {% person_link p.balloter %} - ({% 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 %}) + ({% 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 %})
{% if p.is_old_pos %}
{% endif %} {% endfor %} @@ -64,4 +64,4 @@ {% endblock %} {% block js %} -{% endblock %} \ No newline at end of file +{% endblock %}