diff options
Diffstat (limited to 'templates/show_genres.inc.php')
-rw-r--r-- | templates/show_genres.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_genres.inc.php b/templates/show_genres.inc.php index fd7a6af7..9195098f 100644 --- a/templates/show_genres.inc.php +++ b/templates/show_genres.inc.php @@ -39,9 +39,9 @@ <th class="cel_songs"><?php echo _('Songs'); ?></th> <th class="cel_action"><?php echo _('Action'); ?></th> </tr> -<?php -foreach ($object_ids as $genre_id) { - $genre = new Genre($genre_id); +<?php +foreach ($object_ids as $genre_id) { + $genre = new Genre($genre_id); $genre->format(); ?> <tr class="<?php echo flip_class(); ?>"> |