diff --git a/lib/index.js b/lib/index.js index e9fa9ce..07ed334 100755 --- a/lib/index.js +++ b/lib/index.js @@ -181,7 +181,7 @@ function RSS (options, items) { }; this.xml = function(indent) { - return '\n' + + return '' + xml(generateXML(this), indent); }; }