diff --git a/web/script.js b/web/script.js index ea05b72..29360a9 100644 --- a/web/script.js +++ b/web/script.js @@ -33,7 +33,7 @@ function removeMdToc(text) { out.push(line); } } - return out.join(); + return out.join('\n'); } function insertLinks() {