Merge pull request #98 from majutsushi/epub-role-fix

Use creator.role instead of creator.type
This commit is contained in:
John MacFarlane 2015-06-13 09:32:06 -07:00
commit d574235805
2 changed files with 2 additions and 2 deletions

View file

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

View file

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