diff --git a/common/content/buffer.js b/common/content/buffer.js index 8c64b00a..4a91c41b 100644 --- a/common/content/buffer.js +++ b/common/content/buffer.js @@ -291,7 +291,7 @@ const Buffer = Module("buffer", { setOverLink.superapply(this, arguments); switch (options["showstatuslinks"]) { case 1: - statusline.updateUrl(link && "Link: " + link); + statusline.updateUrl(link ? "Link: " + link : null); break; case 2: if (link)