aboutsummaryrefslogtreecommitdiff
path: root/default.epub3
diff options
context:
space:
mode:
Diffstat (limited to 'default.epub3')
-rw-r--r--default.epub36
1 files changed, 4 insertions, 2 deletions
diff --git a/default.epub3 b/default.epub3
index 5e983a21a..6dce74a3a 100644
--- a/default.epub3
+++ b/default.epub3
@@ -19,8 +19,8 @@ $for(css)$
<link rel="stylesheet" type="text/css" href="$css$" />
$endfor$
</head>
-<body>
$if(titlepage)$
+<body id="cover">
<section epub:type="titlepage">
$for(title)$
$if(title.type)$
@@ -48,9 +48,11 @@ $if(rights)$
<p class="rights">$rights$</p>
$endif$
</section>
+</body>
$else$
+<body>
$body$
-$endif$
</body>
+$endif$
</html>