Skip to content

Commit 8165048

Browse files
committed
Add word wrap to charters for charters that aren't preformatted
- Legacy-Id: 5078
1 parent e29bd99 commit 8165048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idrfc/document_charter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h3>Charter {{ doc.canonical_name }}-{{ doc.rev }}
120120

121121
{% if doc.rev %}
122122
<div class="markup_draft">
123-
{{ content|safe|linebreaksbr|keep_spacing|sanitize_html|safe }}
123+
{{ content|safe|keep_spacing|sanitize_html|wordwrap:80|safe }}
124124
</div>
125125
{% endif %}
126126

0 commit comments

Comments
 (0)