Add titlepage class to section in epub3 template.

Closes #5269.
This commit is contained in:
John MacFarlane 2019-02-09 14:12:30 -08:00
parent 75c791b4fe
commit 5afde8dc76

View file

@ -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>