diff options
Diffstat (limited to 'packages/gitbook-html/lib/totext.js')
-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(); } |