diff --git a/myriad/templates/page.html b/myriad/templates/page.html index 1645050..f208ce3 100644 --- a/myriad/templates/page.html +++ b/myriad/templates/page.html @@ -55,9 +55,7 @@ {% for section in sections %} {% if section[2] %}
{{ section[2] }}
{% endif %} -
- {{ section[3].replace('\n', '
')|safe }} -
+ {{ section[3]|safe }} {% endfor %}