diff --git a/core/js/public/comments.js b/core/js/public/comments.js
index 955e88c860925..ac0bf8e0ab7aa 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 + '';
});
},