From cbc6785802b8b48b0ea9400f4723a3807beede24 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Mon, 12 Nov 2007 18:19:57 +0000 Subject: [PATCH] tweaked pageinfo output slightly --- content/buffers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/buffers.js b/content/buffers.js index 8527e4b6..e4f44bf9 100644 --- a/content/buffers.js +++ b/content/buffers.js @@ -618,7 +618,7 @@ vimperator.Buffer = function () //{{{ if (isValidFeed(feed, window.content.document.nodePrincipal, rels.feed)) { var type = feedTypes[feed.type] || feedTypes["application/rss+xml"]; - pageFeeds.push([feed.title, vimperator.util.highlightURL(feed.href, true) + " (" + type + ")"]); + pageFeeds.push([feed.title, vimperator.util.highlightURL(feed.href, true) + " (" + type + ")"]); } } }