SAAS-1173: Station RSS link does not work
Set charset to UTF-8
This commit is contained in:
parent
a7370de832
commit
8d19e11343
|
@ -15,7 +15,7 @@ class FeedsController extends Zend_Controller_Action
|
|||
return;
|
||||
}
|
||||
|
||||
header('Content-Type: text/xml');
|
||||
header('Content-Type: text/xml; charset=UTF-8');
|
||||
|
||||
echo Application_Service_PodcastService::createStationRssFeed();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue