diff options
Diffstat (limited to 'packages/gitbook-html/lib/page.js')
-rwxr-xr-x | packages/gitbook-html/lib/page.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-html/lib/page.js b/packages/gitbook-html/lib/page.js index 6f056fc..ae8923e 100755 --- a/packages/gitbook-html/lib/page.js +++ b/packages/gitbook-html/lib/page.js @@ -1,7 +1,7 @@ var Q = require('q'); var _ = require('lodash'); -// HTML -> HTML +// HTML -> Page function parsePage(html) { return { content: html |