Skip to content

Commit fbb4b44

Browse files
committed
Improved wordwrap on materials document pages.
- Legacy-Id: 14585
1 parent affcb40 commit fbb4b44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/document_material.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<h2>{% if doc.meeting_related %}Meeting{% endif %} {{ doc.type.name }}<br><small>{{ doc.name }}</small></h2>
125125

126126
{% if doc.rev and content != None %}
127-
{{ content|wordwrap|safe|linebreaksbr|keep_spacing|sanitize_html|safe }}
127+
{{ content|maybewordwrap|safe|linebreaksbr|keep_spacing|sanitize_html|safe }}
128128
{% else %}
129129
<p>Not available as plain text.</p>
130130

0 commit comments

Comments
 (0)