mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 06:32:27 +01:00
Death to E4X and stuff.
This commit is contained in:
@@ -2429,7 +2429,7 @@ Buffer.addPageInfoSection("f", "Feeds", function (verbose) {
|
||||
nFeed++;
|
||||
let type = feedTypes[feed.type] || "RSS";
|
||||
if (verbose)
|
||||
yield [feed.title, [template.highlightURL(feed.href, true),
|
||||
yield [feed.title, [template_.highlightURL(feed.href, true),
|
||||
["span", { class: "extra-info" }, " (" + type + ")"]]];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user