diff --git a/View/Topics/xml/index.ctp b/View/Topics/xml/index.ctp index ccb08fc..a5df3c5 100644 --- a/View/Topics/xml/index.ctp +++ b/View/Topics/xml/index.ctp @@ -47,4 +47,5 @@ foreach ($camelizeData as $item) { } $channel = $this->Rss->channel(array(), $channelData, $content); +echo '' . chr(13); echo preg_replace('/::/', ':', $this->Rss->document($documentData, $channel));