diff options
Diffstat (limited to 'templates/show_edit_artist.inc.php')
-rw-r--r-- | templates/show_edit_artist.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_artist.inc.php b/templates/show_edit_artist.inc.php index 50e256c8..030466a2 100644 --- a/templates/show_edit_artist.inc.php +++ b/templates/show_edit_artist.inc.php @@ -26,7 +26,7 @@ <tr class="<?php echo flip_class(); ?>"> <td><?php echo _('Name'); ?></td> <td> - <input type="textbox" name="name" value="<?php echo scrub_out($artist->name); ?>"> + <input type="text" name="name" value="<?php echo scrub_out($artist->name); ?>"> </td> </tr> <tr class="<?php echo flip_class(); ?>"> |