diff --git a/scripts/helpers/summary.js b/scripts/helpers/summary.js index 811f1975e9a53..d9efe092c2903 100644 --- a/scripts/helpers/summary.js +++ b/scripts/helpers/summary.js @@ -30,7 +30,7 @@ module.exports = (contents, locale, path) => { .not((i, elem) => IGNORE_SELECTORS.some((selector) => $(elem).is(selector))) .each((i, elem) => { if (summary.length > SUMMARY_MAX_LENGTH) { - summary += `

Read more...

` + summary += `

Read more...

` return false }