Skip to content

Commit 5cbfbba

Browse files
committed
Port change from trunk before migration and use wrap_text rather than
fill to wrap the ballot comments/discusses. - Legacy-Id: 4321
1 parent 441ca9f commit 5cbfbba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/idrfc/document_ballot_content.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ <h2 id="{{ p.ad.plain_name|slugify }}" class="ad-ballot-comment">{% if p.old_ad
5555

5656
{% if p.discuss %}
5757
<p><b>{{ p.pos.name }} ({{ p.discuss_time|date:"Y-m-d" }})</b> <img src="/images/comment.png" width="14" height="12" alt=""/></p>
58-
<pre>{{ p.discuss|fill:"80"|escape }}</pre>
58+
<pre>{{ p.discuss|wrap_text:80|escape }}</pre>
5959
{% endif %}
6060

6161
{% if p.comment %}
6262
<p><b>Comment ({{ p.comment_time|date:"Y-m-d" }})</b> <img src="/images/comment.png" width="14" height="12" alt=""/></p>
63-
<pre>{{ p.comment|fill:"80"|escape }}</pre>
63+
<pre>{{ p.comment|wrap_text:80|escape }}</pre>
6464
{% endif %}
6565
{% endfor %}
6666

0 commit comments

Comments
 (0)