diff --git a/ietf/templates/idrfc/document_ballot_content.html b/ietf/templates/idrfc/document_ballot_content.html index 919015f04..673cafa8c 100644 --- a/ietf/templates/idrfc/document_ballot_content.html +++ b/ietf/templates/idrfc/document_ballot_content.html @@ -55,12 +55,12 @@ {% if p.discuss %}

{{ p.pos.name }} ({{ p.discuss_time|date:"Y-m-d" }})

-
{{ p.discuss|fill:"80"|escape }}
+
{{ p.discuss|wrap_text:80|escape }}
{% endif %} {% if p.comment %}

Comment ({{ p.comment_time|date:"Y-m-d" }})

-
{{ p.comment|fill:"80"|escape }}
+
{{ p.comment|wrap_text:80|escape }}
{% endif %} {% endfor %}