зеркало из https://github.com/mozilla/pjs.git
Thunderbird gets confused with Planet Mozilla feed
This commit is contained in:
Родитель
c9e48ca72a
Коммит
e5dd72b047
|
@ -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]
|
||||
|
|
Загрузка…
Ссылка в новой задаче