1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

Cosmetics: remove trailing whitespace

This commit is contained in:
Paul 'flowerysong' Arthur 2010-03-14 20:14:52 +00:00
parent ef48bf3fbd
commit 1cb0983ed0
279 changed files with 9355 additions and 9355 deletions

View file

@ -30,9 +30,9 @@ if (!Config::get('use_rss') || Config::get('demo_mode')) {
}
// Add in our base hearder defining the content type
header("Content-Type: application/xml; charset=" . Config::get('site_charset'));
header("Content-Type: application/xml; charset=" . Config::get('site_charset'));
$rss = new AmpacheRSS($_REQUEST['type']);
echo $rss->get_xml();
$rss = new AmpacheRSS($_REQUEST['type']);
echo $rss->get_xml();
?>