diff --git a/browser/base/content/pageinfo/feeds.js b/browser/base/content/pageinfo/feeds.js index 793b78f6889..0d754c97905 100644 --- a/browser/base/content/pageinfo/feeds.js +++ b/browser/base/content/pageinfo/feeds.js @@ -65,7 +65,7 @@ function initFeedTab() var type = isValidFeed(link, gDocument.nodePrincipal, rels.feed); if (type) { type = feedTypes[type] || feedTypes["application/rss+xml"]; - addRow(feed.title, type, feed.href); + addRow(link.title, type, link.href); } } }