Skip to content

Commit bd496b7

Browse files
committed
Removed superfluous spaces within <pre> for materials. Fixes issue ietf-tools#3124.
- Legacy-Id: 18659
1 parent 35f4f4c commit bd496b7

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-
<pre> {{ content|sanitize|maybewordwrap|safe }}</pre>
127+
<pre>{{ content|sanitize|maybewordwrap|safe }}</pre>
128128
{% else %}
129129
<p>Not available as plain text.</p>
130130

0 commit comments

Comments
 (0)