summaryrefslogtreecommitdiffstats
path: root/theme/templates/ebook/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/ebook/page.html')
-rw-r--r--theme/templates/ebook/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/ebook/page.html b/theme/templates/ebook/page.html
index 3af7970..86f0df8 100644
--- a/theme/templates/ebook/page.html
+++ b/theme/templates/ebook/page.html
@@ -20,7 +20,7 @@
<div class="page">
<h1 class="book-chapter book-chapter-{{ progress.current.level|lvl }}">{{ progress.current.title }}</h1>
{% for section in content %}
- <div class="{{ section.type }}" id="section-{{ section.id }}">
+ <div class="{{ section.type }}" id="section-{{ section.id }}">
{% if section.type == "normal" %}
{% autoescape false %}{{ section.content }}{% endautoescape %}
{% elif section.type == "exercise" %}