diff options
author | xgizzmo <xgizzmo@ampache> | 2005-07-21 02:46:40 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-07-21 02:46:40 +0000 |
commit | 56685ecc1fd637f6c3657b8eead41f1b6f8750b2 (patch) | |
tree | ee9eb2c35bc195903766089cebf37b174e2fb380 /templates/show_songs.inc | |
parent | ed42007e1ee4850f191764dc3e60dfa014974cd0 (diff) | |
download | ampache-56685ecc1fd637f6c3657b8eead41f1b6f8750b2.tar.gz ampache-56685ecc1fd637f6c3657b8eead41f1b6f8750b2.tar.bz2 ampache-56685ecc1fd637f6c3657b8eead41f1b6f8750b2.zip |
More HTML clean up,
Diffstat (limited to 'templates/show_songs.inc')
-rw-r--r-- | templates/show_songs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc index 5eb809c5..b5cf89eb 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -23,7 +23,7 @@ $web_path = conf('web_path'); ?> -<form name="songs" method="post" enctype="multipart/form-data" action=""> +<form name="songs" method="post" enctype="multipart/form-data" action="#"> <table border="0"> <tr><td colspan="2"> <table class="border" cellspacing="0" cellpadding="0" border="0"> |