aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.epub2
-rw-r--r--default.epub32
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)$
<h2 class="author">$author$</h2>
$endfor$
$for(creator)$
- <h2 class="$creator.type$">$creator.text$</h2>
+ <h2 class="$creator.role$">$creator.text$</h2>
$endfor$
$if(publisher)$
<p class="publisher">$publisher$</p>
diff --git a/default.epub3 b/default.epub3
index a8d6c1716..0325d53eb 100644
--- a/default.epub3
+++ b/default.epub3
@@ -39,7 +39,7 @@ $for(author)$
<h2 class="author">$author$</h2>
$endfor$
$for(creator)$
- <h2 class="$creator.type$">$creator.text$</h2>
+ <h2 class="$creator.role$">$creator.text$</h2>
$endfor$
$if(publisher)$
<p class="publisher">$publisher$</p>