1
0
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:
frederick.zou@gmail.com
2011-06-02 02:50:22 -04:00
parent 55c9a3c876
commit dcf02d5b73

View File

@@ -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)