Bug 458579 - Feed tab missing in page info

This commit is contained in:
Elmar Ludwig 2008-10-11 22:50:01 +03:30
parent ca09407952
commit daae4801f9

View File

@ -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);
}
}
}