diff options
author | Vaclav Haisman <vhaisman@gmail.com> | 2017-01-09 21:50:39 +0100 |
---|---|---|
committer | Vaclav Haisman <vhaisman@gmail.com> | 2017-01-09 21:50:39 +0100 |
commit | 36c6c9e49cfdfa63e6044dd6303e682999ac8fd2 (patch) | |
tree | 349087421528aae6657b1454712853c3c2d5ff56 /default.epub3 | |
parent | c213cefde9ab0bb0f72b1c9e8708b302b49407c7 (diff) | |
parent | 2dc4054e7c8809ca3fe0628cf1372fbe34df2a1b (diff) | |
download | pandoc-36c6c9e49cfdfa63e6044dd6303e682999ac8fd2.tar.gz |
Merge from master to update #193.
Diffstat (limited to 'default.epub3')
-rw-r--r-- | default.epub3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.epub3 b/default.epub3 index 0325d53eb..8a12e0fb3 100644 --- a/default.epub3 +++ b/default.epub3 @@ -33,13 +33,13 @@ $else$ $endif$ $endfor$ $if(subtitle)$ - <h1 class="subtitle">$subtitle$</h1> + <p class="subtitle">$subtitle$</p> $endif$ $for(author)$ - <h2 class="author">$author$</h2> + <p class="author">$author$</p> $endfor$ $for(creator)$ - <h2 class="$creator.role$">$creator.text$</h2> + <p class="$creator.role$">$creator.text$</p> $endfor$ $if(publisher)$ <p class="publisher">$publisher$</p> |