From 8f78e6885bbbb977af00ce54c74fa2006e384e9a Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 24 Nov 2007 10:19:06 +0000 Subject: fixed some browsing stuff that I broke a while back --- templates/show_albums.inc.php | 4 ++-- templates/show_artists.inc.php | 2 +- templates/show_genres.inc.php | 2 +- templates/show_live_streams.inc.php | 6 +++--- templates/show_playlists.inc.php | 2 +- templates/show_songs.inc.php | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) (limited to 'templates') diff --git a/templates/show_albums.inc.php b/templates/show_albums.inc.php index 962739ce..3c7b316e 100644 --- a/templates/show_albums.inc.php +++ b/templates/show_albums.inc.php @@ -60,10 +60,10 @@ $ajax_url = Config::get('ajax_url'); - + - + diff --git a/templates/show_artists.inc.php b/templates/show_artists.inc.php index 954686aa..f2bbe8fa 100644 --- a/templates/show_artists.inc.php +++ b/templates/show_artists.inc.php @@ -49,7 +49,7 @@ foreach ($object_ids as $artist_id) { - + diff --git a/templates/show_genres.inc.php b/templates/show_genres.inc.php index d2df78ba..1e60c8ba 100644 --- a/templates/show_genres.inc.php +++ b/templates/show_genres.inc.php @@ -65,7 +65,7 @@ foreach ($object_ids as $genre_id) { - + diff --git a/templates/show_live_streams.inc.php b/templates/show_live_streams.inc.php index b315922c..631ee177 100644 --- a/templates/show_live_streams.inc.php +++ b/templates/show_live_streams.inc.php @@ -50,9 +50,9 @@ foreach ($object_ids as $radio_id) { - - - + + + diff --git a/templates/show_playlists.inc.php b/templates/show_playlists.inc.php index 385877f8..ae2d6ecb 100644 --- a/templates/show_playlists.inc.php +++ b/templates/show_playlists.inc.php @@ -48,7 +48,7 @@ foreach ($object_ids as $playlist_id) { - + diff --git a/templates/show_songs.inc.php b/templates/show_songs.inc.php index 0ebd770c..1dd4988f 100644 --- a/templates/show_songs.inc.php +++ b/templates/show_songs.inc.php @@ -56,12 +56,12 @@ $ajax_url = Config::get('ajax_url'); - + - - + + -- cgit