summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-html/lib/totext.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-html/lib/totext.js')
-rw-r--r--packages/gitbook-html/lib/totext.js2
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();
}