diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-05-02 16:16:51 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-12-22 12:32:18 +0100 |
commit | 2e58d97e2ae90708de5bc683629255d39c4ea32e (patch) | |
tree | b737657f175ada8e1064861c5c292280f0eb3208 | |
parent | d033d06ceb2d73cf0c91f5681b17c4d60af28231 (diff) | |
download | gitbook-2e58d97e2ae90708de5bc683629255d39c4ea32e.zip gitbook-2e58d97e2ae90708de5bc683629255d39c4ea32e.tar.gz gitbook-2e58d97e2ae90708de5bc683629255d39c4ea32e.tar.bz2 |
Add bl accross hr
-rw-r--r-- | packages/gitbook-html/lib/totext.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-html/lib/totext.js b/packages/gitbook-html/lib/totext.js index 64d4898..fd9c5ae 100644 --- a/packages/gitbook-html/lib/totext.js +++ b/packages/gitbook-html/lib/totext.js @@ -151,7 +151,7 @@ ToText.prototype.summary = function(summary) { content += this._summaryPart(part); if (next && !next.title) { - content += this.onHR(); + content += this.onBL() + this.onHR() + this.onBL(); } else { content += this.onSection(); } |