aboutsummaryrefslogtreecommitdiffstats
path: root/templates/epub/chapter.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/epub/chapter.xhtml')
-rw-r--r--templates/epub/chapter.xhtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/epub/chapter.xhtml b/templates/epub/chapter.xhtml
index 095ec3d..9da84f7 100644
--- a/templates/epub/chapter.xhtml
+++ b/templates/epub/chapter.xhtml
@@ -25,7 +25,9 @@
</h1>
{% endif %}
<div class="ogmarkup">
- {{ chapter.content }}
+ {% for content in chapter.content %}
+ {{ content | safe }}
+ {% endfor %}
</div>
</body>
</html>