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 %}