Add word wrap to charters for charters that aren't preformatted
- Legacy-Id: 5078
This commit is contained in:
parent
e29bd99283
commit
8165048f11
|
@ -120,7 +120,7 @@
|
|||
|
||||
{% if doc.rev %}
|
||||
<div class="markup_draft">
|
||||
{{ content|safe|linebreaksbr|keep_spacing|sanitize_html|safe }}
|
||||
{{ content|safe|keep_spacing|sanitize_html|wordwrap:80|safe }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue