diff --git a/templates/epub3/cover.xhtml b/templates/epub3/cover.xhtml index dd55be7..20b4236 100644 --- a/templates/epub3/cover.xhtml +++ b/templates/epub3/cover.xhtml @@ -10,7 +10,7 @@
-{{{loc_cover}}} +{{loc_cover}}
diff --git a/templates/epub3/template.xhtml b/templates/epub3/template.xhtml index b82ee40..15fa830 100644 --- a/templates/epub3/template.xhtml +++ b/templates/epub3/template.xhtml @@ -1,16 +1,16 @@ + xmlns:epub="http://www.idpf.org/2007/ops" xml:lang = "{{lang}}" lang="{{lang}}"> {{chapter_title_raw}} - +
- {{{content}}} + {{content}}
diff --git a/templates/epub3/titlepage.xhtml b/templates/epub3/titlepage.xhtml index 2436eb9..4da524a 100644 --- a/templates/epub3/titlepage.xhtml +++ b/templates/epub3/titlepage.xhtml @@ -10,12 +10,12 @@
-

{{{author}}}

-

{{{title}}}

- {{#has_subtitle}}

{{{subtitle}}}

{{/has_subtitle}} +

{{author}}

+

{{title}}

+ {{#has_subtitle}}

{{subtitle}}

{{/has_subtitle}} {{#has_autograph}}
- {{{autograph}}} + {{autograph}}
{{/has_autograph}}