diff --git a/lib/feed.js b/lib/feed.js index e1b3833..b4378b7 100644 --- a/lib/feed.js +++ b/lib/feed.js @@ -165,7 +165,7 @@ var Feed = function () { } if (item.content) { - entry.push({ content: { _attr: { type: 'html' }, _cdata: item.content } }); + entry.push({ content: [{ _attr: { type: 'html' }}, item.content ] }); } // entry author(s) @@ -485,4 +485,4 @@ var Feed = function () { }(); module.exports = Feed; -//# sourceMappingURL=feed.js.map \ No newline at end of file +//# sourceMappingURL=feed.js.map