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:
parent
43e4b76e36
commit
765932f5d2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user