From 6058b2db22f5c9a4c29c9f6cf47e331678bc8ef8 Mon Sep 17 00:00:00 2001 From: Simon Backx Date: Fri, 17 Mar 2023 10:28:47 +0100 Subject: [PATCH] Removed ghost comments link test no issue Accidentally left when committing. --- ghost/core/core/frontend/helpers/comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/core/core/frontend/helpers/comments.js b/ghost/core/core/frontend/helpers/comments.js index 8cfa7d2f33..4c80db2701 100644 --- a/ghost/core/core/frontend/helpers/comments.js +++ b/ghost/core/core/frontend/helpers/comments.js @@ -73,7 +73,7 @@ module.exports = async function comments(options) { const dataAttributes = getDataAttributes(data); return new SafeString(` -
+ `); };