diff --git a/lib/routes/aeon/category.js b/lib/routes/aeon/category.js index 7afb8c32c..2dc4b4038 100644 --- a/lib/routes/aeon/category.js +++ b/lib/routes/aeon/category.js @@ -26,7 +26,7 @@ module.exports = async (ctx) => { const time = capture('.article__date.published').text(); capture('div.newsletter-signup').remove(); - capture('div.pullquote').remove(); + capture('p.pullquote').remove(); capture('div.article__related').remove(); capture('div.article__shares').remove();