Thunderbird gets confused with Planet Mozilla feed

This commit is contained in:
scott%scott-macgregor.org 2004-09-04 00:07:45 +00:00
Родитель c9e48ca72a
Коммит e5dd72b047
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -254,8 +254,7 @@ Feed.prototype.parseAsRSS2 = function() {
|| (item.description ? item.description.substr(0, 150) : null)
|| item.title;
item.author = getNodeValue(itemNode.getElementsByTagName("author")[0]
|| itemNode.getElementsByTagName("creator")[0]
|| channel.getElementsByTagName("creator")[0])
|| itemNode.getElementsByTagName("creator")[0])
|| this.title
|| item.author;
item.date = getNodeValue(itemNode.getElementsByTagName("pubDate")[0]