diff --git a/common/content/template.js b/common/content/template.js
index fe2e0eab..01a013c0 100644
--- a/common/content/template.js
+++ b/common/content/template.js
@@ -208,7 +208,7 @@ const template = {
highlightURL: function highlightURL(str, force)
{
if (force || /^[a-zA-Z]+:\/\//.test(str))
- return {str};
+ return {str};
else
return str;
},