зеркало из https://github.com/mozilla/pjs.git
fix typo in comment. rs=sayrer
This commit is contained in:
Родитель
8cf91dc033
Коммит
7b63680c4e
|
@ -325,7 +325,7 @@ FeedWriter.prototype = {
|
|||
var entryContainer = this._document.createElementNS(HTML_NS, "div");
|
||||
entryContainer.className = "entry";
|
||||
|
||||
// If the entry has a title, make it a like
|
||||
// If the entry has a title, make it a link
|
||||
if (entry.title) {
|
||||
var a = this._document.createElementNS(HTML_NS, "a");
|
||||
a.appendChild(this._document.createTextNode(entry.title.plainText()));
|
||||
|
|
Загрузка…
Ссылка в новой задаче