mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 03:07:58 +01:00
Fix inconsistent pageinfo url highlight. Closes issue #553.
This commit is contained in:
@@ -30,7 +30,7 @@ var Buffer = Module("buffer", {
|
||||
if (verbose)
|
||||
for (let link in engines)
|
||||
yield [link.title || /*L*/ "Engine " + n++,
|
||||
<a xmlns={XHTML} href={link.href} onclick="if (event.button == 0) { window.external.AddSearchProvider(this.href); return false; }">{link.href}</a>];
|
||||
<a xmlns={XHTML} href={link.href} onclick="if (event.button == 0) { window.external.AddSearchProvider(this.href); return false; }" highlight="URL">{link.href}</a>];
|
||||
}
|
||||
|
||||
if (!verbose && nEngines)
|
||||
|
||||
Reference in New Issue
Block a user