diff options
Diffstat (limited to 'templates/show_localplay_add_instance.inc.php')
-rw-r--r-- | templates/show_localplay_add_instance.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_localplay_add_instance.inc.php b/templates/show_localplay_add_instance.inc.php index 224994c7..68d83f22 100644 --- a/templates/show_localplay_add_instance.inc.php +++ b/templates/show_localplay_add_instance.inc.php @@ -27,7 +27,7 @@ <?php foreach ($fields as $key=>$field) { ?> <tr> <td><?php echo $field['description']; ?></td> - <td><input type="textbox" name="<?php echo $key; ?>" /></td> + <td><input type="text" name="<?php echo $key; ?>" /></td> </tr> <?php } ?> </table> |