Skip to content

Commit f4555c4

Browse files
committed
Fix another spacing bug on the submit page
- Legacy-Id: 12661
1 parent 1850a26 commit f4555c4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ietf/templates/submit/submission_status.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ <h2>Submission checks</h2>
4848
{% if check.errors %}
4949
<p class="alert alert-warning">
5050
The {{check.checker}} returned {{ check.errors }} error{{ check.errors|pluralize }}
51-
and {{ check.warnings }} warning
52-
53-
{{ check.warnings|pluralize }} ; click the button
51+
and {{ check.warnings }} warning{{ check.warnings|pluralize }}; click the button
5452
below to see details. Please fix those, and resubmit.
5553
</p>
5654
{% elif check.warnings %}

0 commit comments

Comments
 (0)