Add word wrap to charters for charters that aren't preformatted

- Legacy-Id: 5078
This commit is contained in:
Ole Laursen 2012-11-27 12:06:32 +00:00
parent e29bd99283
commit 8165048f11

View file

@ -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 %}