diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-11-03 09:25:51 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-11-03 09:25:51 +0100 |
commit | a7f49015c1af7e2b707d321bdcaa72579190f6ac (patch) | |
tree | 9b48f2b9ee64f364635666a707b5db51c1858f02 /lib/generators | |
parent | 68ed2631dc0e2436d9b268948aaa7d50ea9fe1b2 (diff) | |
download | gitbook-a7f49015c1af7e2b707d321bdcaa72579190f6ac.zip gitbook-a7f49015c1af7e2b707d321bdcaa72579190f6ac.tar.gz gitbook-a7f49015c1af7e2b707d321bdcaa72579190f6ac.tar.bz2 |
Fix custom styles for ebook
Diffstat (limited to 'lib/generators')
-rw-r--r-- | lib/generators/ebook.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generators/ebook.js b/lib/generators/ebook.js index 1b8ec02..6052003 100644 --- a/lib/generators/ebook.js +++ b/lib/generators/ebook.js @@ -67,7 +67,7 @@ Generator.prototype.getPDFTemplate = function(id) { } tpl = juice(tpl, { - extraCss: stylesheets.concat('/n') + extraCss: stylesheets.join('\n\n') }); return tpl; |