Bug 375215 - FeedWriter fails for feeds with text/html content type

p=Wladimir Palant <trev@gtchat.de>
r=sayrer/mano


git-svn-id: svn://10.0.0.236/trunk@222339 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
asqueella%gmail.com 2007-03-25 05:26:32 +00:00
parent 43e4b76e36
commit 765932f5d2

View File

@ -340,7 +340,8 @@ FeedWriter.prototype = {
else
LOG("no base?");
docFragment = summary.createDocumentFragment(body);
body.appendChild(docFragment);
if (docFragment)
body.appendChild(docFragment);
// If the entry doesn't have a title, append a # permalink
// See http://scripting.com/rss.xml for an example