Merge pull request #98 from majutsushi/epub-role-fix
Use creator.role instead of creator.type
This commit is contained in:
commit
d574235805
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue