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 + ''; }); },