diff --git a/common/content/template.js b/common/content/template.js index b4f14bfd..ea6cf3a1 100644 --- a/common/content/template.js +++ b/common/content/template.js @@ -224,6 +224,7 @@ const template = { return s + <>{str.substr(start)}>; }, + // FIXME: why is href="#"? highlightURL: function highlightURL(str, force) { if (force || /^[a-zA-Z]+:\/\//.test(str)) @@ -263,7 +264,7 @@ const template = {