diff options
Diffstat (limited to 'theme/templates/ebook/page.html')
-rw-r--r-- | theme/templates/ebook/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/ebook/page.html b/theme/templates/ebook/page.html index f207184..0b87586 100644 --- a/theme/templates/ebook/page.html +++ b/theme/templates/ebook/page.html @@ -22,7 +22,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 {{ section.type }}" id="section-{{ section.id }}"> {% if section.type == "normal" %} {% autoescape false %}{{ section.content }}{% endautoescape %} {% endif %} |