diff --git a/content/find.js b/content/find.js index 983f3b70..a3f35f7a 100644 --- a/content/find.js +++ b/content/find.js @@ -223,7 +223,7 @@ function Search() //{{{ return aNode; }, - getSpans: function (doc) buffer.evaluateXPath("//*[liberator:highlight='Search']", doc) + getSpans: function (doc) buffer.evaluateXPath("//*[@liberator:highlight='Search']", doc) }; /////////////////////////////////////////////////////////////////////////////}}}