diff options
Diffstat (limited to 'templates/show_edit_playlist_row.inc.php')
-rw-r--r-- | templates/show_edit_playlist_row.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_playlist_row.inc.php b/templates/show_edit_playlist_row.inc.php index 3a1e6161..ce752772 100644 --- a/templates/show_edit_playlist_row.inc.php +++ b/templates/show_edit_playlist_row.inc.php @@ -24,7 +24,7 @@ <table cellpadding="0" cellspacing="0"> <tr> <td> - <input type="textbox" name="name" size="9" value="<?php echo scrub_out($playlist->name); ?>" /> + <input type="text" name="name" size="9" value="<?php echo scrub_out($playlist->name); ?>" /> </td> <td> <?php $name = 'select_' . $playlist->type; ${$name} = ' selected="selected"'; ?> |