Removed superfluous spaces within <pre> for materials. Fixes issue #3124.

- Legacy-Id: 18659
This commit is contained in:
Henrik Levkowetz 2020-11-06 16:16:41 +00:00
parent 35f4f4c8a8
commit bd496b716f

View file

@ -124,7 +124,7 @@
<h2>{% if doc.meeting_related %}Meeting{% endif %} {{ doc.type.name }}<br><small>{{ doc.name }}</small></h2>
{% if doc.rev and content != None %}
<pre> {{ content|sanitize|maybewordwrap|safe }}</pre>
<pre>{{ content|sanitize|maybewordwrap|safe }}</pre>
{% else %}
<p>Not available as plain text.</p>