From dcf02d5b731bd65cf5d2250fc31cb1593e6069dc Mon Sep 17 00:00:00 2001 From: "frederick.zou@gmail.com" Date: Thu, 2 Jun 2011 02:50:22 -0400 Subject: [PATCH] Fix inconsistent pageinfo url highlight. Closes issue #553. --- common/content/buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/buffer.js b/common/content/buffer.js index 89c4350b..1965fe6a 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -30,7 +30,7 @@ var Buffer = Module("buffer", { if (verbose) for (let link in engines) yield [link.title || /*L*/ "Engine " + n++, - {link.href}]; + {link.href}]; } if (!verbose && nEngines)