diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_play_selected.inc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/show_play_selected.inc.php b/templates/show_play_selected.inc.php index 57a234e4..6b7f111c 100644 --- a/templates/show_play_selected.inc.php +++ b/templates/show_play_selected.inc.php @@ -22,7 +22,6 @@ $web_path = conf('web_path'); ?> -<form method="post" action="" enctype="multipart/form-data"> <table border="0" cellpadding="14" cellspacing="0" class="text-box"> <tr> <td> @@ -67,4 +66,3 @@ if (is_object($GLOBALS['playlist'])) { ?> </tr> <?php } ?> </table> -</form> |