summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_playlist_song_row.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_edit_playlist_song_row.inc.php')
-rw-r--r--templates/show_edit_playlist_song_row.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_playlist_song_row.inc.php b/templates/show_edit_playlist_song_row.inc.php
index 8a8d612c..fec8c24a 100644
--- a/templates/show_edit_playlist_song_row.inc.php
+++ b/templates/show_edit_playlist_song_row.inc.php
@@ -24,7 +24,7 @@
<table class="inline-edit" cellpadding="3" cellspacing="0">
<tr>
<td>
- <input type="textbox" name="track" size="3" maxlength="4" value="<?php echo intval($track['track']); ?>" />
+ <input type="text" name="track" size="3" maxlength="4" value="<?php echo intval($track['track']); ?>" />
</td>
<td class="cel_song"><?php echo $song->f_link; ?></td>
<td class="cel_artist"><?php echo $song->f_artist_link; ?></td>