summaryrefslogtreecommitdiffstats
path: root/templates/show_songs.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-11-19 00:37:57 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-11-19 00:37:57 +0000
commitc00113be9819dcdea198a3ce5411ff0139067411 (patch)
tree52102a1780ad059f43d781c52f5ba000c9a80451 /templates/show_songs.inc
parenta295dced8be430ca4f2c3b826482170701e629d4 (diff)
downloadampache-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.inc2
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'))) {