fix: Add whitespace before "for" (#3951)
This commit is contained in:
parent
f6c95be1fc
commit
f4ce041dcc
|
@ -62,7 +62,7 @@
|
||||||
{% for p in doc.blocking_positions %}
|
{% for p in doc.blocking_positions %}
|
||||||
{% if p.is_old_pos %}<span class="text-muted">{% endif %}
|
{% if p.is_old_pos %}<span class="text-muted">{% endif %}
|
||||||
{% person_link p.balloter %}
|
{% 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 %})
|
||||||
<br>
|
<br>
|
||||||
{% if p.is_old_pos %}</span>{% endif %}
|
{% if p.is_old_pos %}</span>{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -85,4 +85,4 @@
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
{% for p in doc.blocking_positions %}
|
{% for p in doc.blocking_positions %}
|
||||||
{% if p.is_old_pos %}<span class="text-muted">{% endif %}
|
{% if p.is_old_pos %}<span class="text-muted">{% endif %}
|
||||||
{% person_link p.balloter %}
|
{% 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 %})
|
||||||
<br>
|
<br>
|
||||||
{% if p.is_old_pos %}</span>{% endif %}
|
{% if p.is_old_pos %}</span>{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -64,4 +64,4 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block js %}
|
{% block js %}
|
||||||
<script src="{% static "ietf/js/list.js" %}"></script>
|
<script src="{% static "ietf/js/list.js" %}"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue