diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-17 15:34:59 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-17 15:34:59 -0800 |
commit | 9655f58e361906ce214f7c3940a9115c47296a5d (patch) | |
tree | 2d7e2f3d0e802c5fc2df5ff0d74ea9bed30e9723 | |
parent | 7ff2baf592ee4627da0ad1e5cec60e6be3de5785 (diff) | |
download | pandoc-9655f58e361906ce214f7c3940a9115c47296a5d.tar.gz |
Revert "Removed extra body tag from epub3 template."
This reverts commit 7ff2baf592ee4627da0ad1e5cec60e6be3de5785.
-rw-r--r-- | default.epub | 2 | ||||
-rw-r--r-- | default.epub3 | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/default.epub b/default.epub index 50d49fdb3..f2e042830 100644 --- a/default.epub +++ b/default.epub @@ -48,4 +48,6 @@ $else$ $body$ </body> $endif$ +</body> </html> + diff --git a/default.epub3 b/default.epub3 index 3fd249b06..6dce74a3a 100644 --- a/default.epub3 +++ b/default.epub3 @@ -55,3 +55,4 @@ $body$ </body> $endif$ </html> + |