diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-02-11 22:12:07 +0100 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-02-11 22:12:07 +0100 |
commit | 756694c029218510592418deb8aaf6f3b36f95c3 (patch) | |
tree | 86d938cbf6360d46845758a7cc9575ca04aa3594 /lib/generators/json.js | |
parent | 669f3b39849890c48171d807225cd6eaa3c9086b (diff) | |
download | gitbook-756694c029218510592418deb8aaf6f3b36f95c3.zip gitbook-756694c029218510592418deb8aaf6f3b36f95c3.tar.gz gitbook-756694c029218510592418deb8aaf6f3b36f95c3.tar.bz2 |
Page output a simple html string
Diffstat (limited to 'lib/generators/json.js')
-rw-r--r-- | lib/generators/json.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generators/json.js b/lib/generators/json.js index 560f099..5ba2d16 100644 --- a/lib/generators/json.js +++ b/lib/generators/json.js @@ -21,7 +21,7 @@ JSONGenerator.prototype.writePage = function(page) { version: gitbook.version }, path: page.path, - sections: page.content.sections + sections: page.content }; return that.output.writeFile( |