From 17b68c8c92d2821adbd717c4751b5571f3c10c77 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 27 Nov 2008 12:45:02 +0000 Subject: [PATCH] Fix :noh --- content/find.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }; /////////////////////////////////////////////////////////////////////////////}}}