diff --git a/common/content/hints.js b/common/content/hints.js index e511570a..26cacfe2 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -412,7 +412,7 @@ const Hints = Module("hints", { if (!rect) continue; - hint.imgSpan = util.xmlToDom(, doc); + hint.imgSpan = util.xmlToDom(, doc); hint.imgSpan.style.left = (rect.left + offsetX) + "px"; hint.imgSpan.style.top = (rect.top + offsetY) + "px"; hint.imgSpan.style.width = (rect.right - rect.left) + "px";