From 770c744e45156e7e8cca3786e1e6513b335fba60 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 8 Jan 2018 16:05:41 +0100 Subject: [PATCH] =?UTF-8?q?opens=20comments=20links=20in=20=5Fblank=20?= =?UTF-8?q?=F0=9F=99=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Arthur Schiwon --- core/js/public/comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/public/comments.js b/core/js/public/comments.js index 6de7ff7d38..955e88c860 100644 --- a/core/js/public/comments.js +++ b/core/js/public/comments.js @@ -43,7 +43,7 @@ } var linkText = url.replace(self.protocolRegex, ''); - return '' + linkText + ''; + return '' + linkText + ''; }); },