diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-11-19 00:37:57 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-11-19 00:37:57 +0000 |
commit | c00113be9819dcdea198a3ce5411ff0139067411 (patch) | |
tree | 52102a1780ad059f43d781c52f5ba000c9a80451 /templates/show_songs.inc | |
parent | a295dced8be430ca4f2c3b826482170701e629d4 (diff) | |
download | ampache-c00113be9819dcdea198a3ce5411ff0139067411.tar.gz ampache-c00113be9819dcdea198a3ce5411ff0139067411.tar.bz2 ampache-c00113be9819dcdea198a3ce5411ff0139067411.zip |
fixed some html sanfus with the song songs template
Diffstat (limited to 'templates/show_songs.inc')
-rw-r--r-- | templates/show_songs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc index 127b8cde..d4ef5fd5 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -61,7 +61,7 @@ show_clear(); ?> <tr class="<?php echo flip_class(); ?>"> <td align="center"> - <input type="checkbox" name="song[]" value="<?php echo $song->id; ?>" id="song_<?php echo $song->id; ?>"></input> + <input type="checkbox" name="song[]" value="<?php echo $song->id; ?>" id="song_<?php echo $song->id; ?>" /> </td> <?php if (isset($playlist_id) && $playlist_id != 0 && ($user->username == $pluser->username || $user->has_access('100'))) { |