1 parent affcb40 commit fbb4b44Copy full SHA for fbb4b44
1 file changed
ietf/templates/doc/document_material.html
@@ -124,7 +124,7 @@
124
<h2>{% if doc.meeting_related %}Meeting{% endif %} {{ doc.type.name }}<br><small>{{ doc.name }}</small></h2>
125
126
{% if doc.rev and content != None %}
127
- {{ content|wordwrap|safe|linebreaksbr|keep_spacing|sanitize_html|safe }}
+ {{ content|maybewordwrap|safe|linebreaksbr|keep_spacing|sanitize_html|safe }}
128
{% else %}
129
<p>Not available as plain text.</p>
130
0 commit comments