mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-08 02:35:46 +01:00
tweaked pageinfo output slightly
This commit is contained in:
@@ -618,7 +618,7 @@ vimperator.Buffer = function () //{{{
|
|||||||
if (isValidFeed(feed, window.content.document.nodePrincipal, rels.feed))
|
if (isValidFeed(feed, window.content.document.nodePrincipal, rels.feed))
|
||||||
{
|
{
|
||||||
var type = feedTypes[feed.type] || feedTypes["application/rss+xml"];
|
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) + " <span style='color: gray;'>(" + type + ")</span>"]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user