Removed superfluous spaces within <pre> for materials. Fixes issue #3124.
- Legacy-Id: 18659
This commit is contained in:
parent
35f4f4c8a8
commit
bd496b716f
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue