diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-17 15:35:09 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-17 15:35:09 -0800 |
commit | eac006ec6d59046e0daabd318d221e71c227575e (patch) | |
tree | 867dd96a4143365d8a0b542213469cbce2642276 /default.epub3 | |
parent | 9655f58e361906ce214f7c3940a9115c47296a5d (diff) | |
download | pandoc-eac006ec6d59046e0daabd318d221e71c227575e.tar.gz |
Revert "epub, epub3: Added id="cover" to body of titlepage."
This reverts commit 63443da4501728332a6624a1d1b769ef9183436b.
Diffstat (limited to 'default.epub3')
-rw-r--r-- | default.epub3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/default.epub3 b/default.epub3 index 6dce74a3a..5e983a21a 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,11 +48,9 @@ $if(rights)$ <p class="rights">$rights$</p> $endif$ </section> -</body> $else$ -<body> $body$ -</body> $endif$ +</body> </html> |