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:
parent
ef48bf3fbd
commit
1cb0983ed0
279 changed files with 9355 additions and 9355 deletions
6
rss.php
6
rss.php
|
@ -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();
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue