did not mean to check this in yet

This commit is contained in:
beng%bengoodger.com 2006-05-08 22:21:14 +00:00
parent 3b7ce31f4f
commit af3de284f7

View File

@ -219,6 +219,7 @@ var SubscribeHandler = {
if (summary && summary.length > MAX_CHARS)
summary = summary.substring(0, MAX_CHARS) + "...";
// XXXben - Change to use innerHTML
body.appendChild(document.createTextNode(summary));
body.className = "feedEntryContent";
feedContent.appendChild(body);