diff options
Diffstat (limited to 'templates/show_disabled_songs.inc.php')
-rw-r--r-- | templates/show_disabled_songs.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_disabled_songs.inc.php b/templates/show_disabled_songs.inc.php index e9607de7..9e51c0ad 100644 --- a/templates/show_disabled_songs.inc.php +++ b/templates/show_disabled_songs.inc.php @@ -46,7 +46,7 @@ <td class="cel_artist"><?php echo $song->get_artist_name($song->album); ?></td> <td class="cel_filename"><?php echo $song->file; ?></td> <td class="cel_additiontime"><?php echo date("h:i:s, m/d/y",$song->addition_time); ?></td> - + </tr> <?php } if (!count($songs)) { ?> <tr class="<?php echo flip_class(); ?>"> |