From a90c66680145a0502f452ccd6d743e77159a4837 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Tue, 4 Jun 2013 12:10:13 -0400 Subject: Cosmetic cleanup of the ASX output --- lib/class/stream_playlist.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/class') diff --git a/lib/class/stream_playlist.class.php b/lib/class/stream_playlist.class.php index e0d2e39e..ca9c01cb 100644 --- a/lib/class/stream_playlist.class.php +++ b/lib/class/stream_playlist.class.php @@ -287,8 +287,8 @@ class Stream_Playlist { */ public function create_asx() { - echo '' . "\n"; - echo "Ampache ASX Playlist"; + echo '' . "\n"; + echo "Ampache ASX Playlist\n"; foreach ($this->urls as $url) { echo "\n"; @@ -299,7 +299,7 @@ class Stream_Playlist { echo "\t\t" . '' . "\n"; echo "\t\t" . '' . "\n"; echo "\t\t" . '' . "\n"; - echo '' . "\n"; + echo '' . "\n"; echo "\n"; } -- cgit