mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-07 06:43:32 +02:00
Fix :noh
This commit is contained in:
@@ -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)
|
||||
};
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
|
||||
Reference in New Issue
Block a user