diff options
Diffstat (limited to 'default.epub3')
-rw-r--r-- | default.epub3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.epub3 b/default.epub3 index 0bd4a1a..fa20fb8 100644 --- a/default.epub3 +++ b/default.epub3 | |||
@@ -28,7 +28,7 @@ $endfor$ | |||
28 | </head> | 28 | </head> |
29 | <body$if(coverpage)$ id="cover"$endif$$if(body-type)$ epub:type="$body-type$"$endif$> | 29 | <body$if(coverpage)$ id="cover"$endif$$if(body-type)$ epub:type="$body-type$"$endif$> |
30 | $if(titlepage)$ | 30 | $if(titlepage)$ |
31 | <section epub:type="titlepage"> | 31 | <section epub:type="titlepage" class="titlepage"> |
32 | $for(title)$ | 32 | $for(title)$ |
33 | $if(title.type)$ | 33 | $if(title.type)$ |
34 | <h1 class="$title.type$">$title.text$</h1> | 34 | <h1 class="$title.type$">$title.text$</h1> |