diff --git a/default.epub b/default.epub index 0ac58248f..f2e042830 100644 --- a/default.epub +++ b/default.epub @@ -15,8 +15,8 @@ $for(css)$ $endfor$ - $if(titlepage)$ + $for(title)$ $if(title.text)$

$title.text$

@@ -42,8 +42,11 @@ $endif$ $if(rights)$

$rights$

$endif$ + $else$ + $body$ + $endif$ diff --git a/default.epub3 b/default.epub3 index 5e983a21a..6dce74a3a 100644 --- a/default.epub3 +++ b/default.epub3 @@ -19,8 +19,8 @@ $for(css)$ $endfor$ - $if(titlepage)$ +
$for(title)$ $if(title.type)$ @@ -48,9 +48,11 @@ $if(rights)$

$rights$

$endif$
+ $else$ + $body$ -$endif$ +$endif$