1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 06:22:29 +01:00
This commit is contained in:
Kris Maglione
2008-11-27 12:45:02 +00:00
parent 649743b9b0
commit 17b68c8c92

View File

@@ -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)
};
/////////////////////////////////////////////////////////////////////////////}}}