mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 08:47:59 +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)
|
if (verbose)
|
||||||
for (let link in engines)
|
for (let link in engines)
|
||||||
yield [link.title || /*L*/ "Engine " + n++,
|
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)
|
if (!verbose && nEngines)
|
||||||
|
|||||||
Reference in New Issue
Block a user