From afd95e8e11f46ebfb5b7ff973412b7a5fc857f74 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Wed, 3 Jun 2015 00:28:55 +1200 Subject: Use creator.role instead of creator.type The EPUB metadata description specifies "role" for creators, not "type": http://pandoc.org/README.html#epub-metadata This fixed the two epub templates to use the correct syntax. --- default.epub | 2 +- default.epub3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.epub b/default.epub index 74c1dc6aa..1c042ff1e 100644 --- a/default.epub +++ b/default.epub @@ -34,7 +34,7 @@ $for(author)$

$author$

$endfor$ $for(creator)$ -

$creator.text$

+

$creator.text$

$endfor$ $if(publisher)$

$publisher$

diff --git a/default.epub3 b/default.epub3 index a8d6c1716..0325d53eb 100644 --- a/default.epub3 +++ b/default.epub3 @@ -39,7 +39,7 @@ $for(author)$

$author$

$endfor$ $for(creator)$ -

$creator.text$

+

$creator.text$

$endfor$ $if(publisher)$

$publisher$

-- cgit v1.2.3