diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-19 18:05:40 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-19 18:05:40 +0000 |
commit | 0c0262b8a7326d1e2effbce5d422fd672300d114 (patch) | |
tree | e84c501cccbb2e7d3d9655685020fd7a266a7170 /templates/show_import_playlist.inc.php | |
parent | 49f48af532c2d3196d94b444c3514bdb1a499436 (diff) | |
download | ampache-0c0262b8a7326d1e2effbce5d422fd672300d114.tar.gz ampache-0c0262b8a7326d1e2effbce5d422fd672300d114.tar.bz2 ampache-0c0262b8a7326d1e2effbce5d422fd672300d114.zip |
mother of all commits...
Diffstat (limited to 'templates/show_import_playlist.inc.php')
-rw-r--r-- | templates/show_import_playlist.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_import_playlist.inc.php b/templates/show_import_playlist.inc.php index b8ea3a94..3ea6c8fb 100644 --- a/templates/show_import_playlist.inc.php +++ b/templates/show_import_playlist.inc.php @@ -29,7 +29,7 @@ <?php echo _("Filename"); ?>: <?php $GLOBALS['error']->print_error('filename'); ?> </td> - <td><input type="textbox" name="filename" value="<?php echo $_REQUEST['filename']; ?>" size="45" /></td> + <td><input type="text" name="filename" value="<?php echo $_REQUEST['filename']; ?>" size="45" /></td> </tr> <tr class="<?php echo flip_class(); ?>"> <td> @@ -37,7 +37,7 @@ </td> <td> <select name="playlist_type"> - <option name="m3u">M3U</option> + <option value="m3u">M3U</option> <!-- <option name="pls">PLS</option> --> </select> </td> |