diff options
-rw-r--r-- | data/templates/default.epub3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default.epub3 b/data/templates/default.epub3 index 0bd4a1a87..fa20fb874 100644 --- a/data/templates/default.epub3 +++ b/data/templates/default.epub3 @@ -28,7 +28,7 @@ $endfor$ </head> <body$if(coverpage)$ id="cover"$endif$$if(body-type)$ epub:type="$body-type$"$endif$> $if(titlepage)$ -<section epub:type="titlepage"> +<section epub:type="titlepage" class="titlepage"> $for(title)$ $if(title.type)$ <h1 class="$title.type$">$title.text$</h1> |