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 + ")"]); } } }