зеркало из https://github.com/mozilla/gecko-dev.git
Bug 458579 - Feed tab missing in page info
This commit is contained in:
Родитель
07adb393f2
Коммит
1a34e0dd65
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче