fix typo in comment. rs=sayrer

This commit is contained in:
mattwillis@gmail.com 2007-06-01 07:34:22 -07:00
parent fe524175eb
commit 9bb13b3eaf

View File

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