From 5afde8dc767bd25cbde7a3dcbdad72b21cb1eac6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 9 Feb 2019 14:12:30 -0800 Subject: [PATCH] Add titlepage class to section in epub3 template. Closes #5269. --- data/templates/default.epub3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$ $if(titlepage)$ -
+
$for(title)$ $if(title.type)$

$title.text$