From 086cd4c72b89ccb018dab2b1df02063fa78ac947 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Sun, 3 Feb 2019 08:54:59 +0000 Subject: [PATCH] Fixing xhtml template and opf file. --- src/epub.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/epub.js b/src/epub.js index e9ecc92..baf6982 100644 --- a/src/epub.js +++ b/src/epub.js @@ -56,8 +56,8 @@ class EpubXhtml{ title = this.title } +// let cnt = ` - @@ -123,7 +123,7 @@ class EpubOpf{ } for (let a in m.metadata.author){ cnt += ` ${m.metadata.author[a]}\n` - cnt += ` aut\n` + cnt += ` aut\n` } cnt +=' \n \n'