Merge branch 'saas-dev-publishing' of github.com:sourcefabric/airtime into saas-dev-publishing

This commit is contained in:
Duncan Sommerville 2015-11-04 15:16:35 -05:00
commit df467a24bf
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}