diff options
author | dipsol <dipsol@ampache> | 2008-12-02 13:19:55 +0000 |
---|---|---|
committer | dipsol <dipsol@ampache> | 2008-12-02 13:19:55 +0000 |
commit | 6d8a3aef986e3d735c4c1b62241735cd2ee186ab (patch) | |
tree | aa759faf5d8a995ee2943fe6dffd6dd9fee4de00 /templates/show_edit_playlist_row.inc.php | |
parent | 6500941b585e9c364cce828e70928b85a5dfcc4b (diff) | |
download | ampache-6d8a3aef986e3d735c4c1b62241735cd2ee186ab.tar.gz ampache-6d8a3aef986e3d735c4c1b62241735cd2ee186ab.tar.bz2 ampache-6d8a3aef986e3d735c4c1b62241735cd2ee186ab.zip |
Added a missing </form>
Diffstat (limited to 'templates/show_edit_playlist_row.inc.php')
-rw-r--r-- | templates/show_edit_playlist_row.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show_edit_playlist_row.inc.php b/templates/show_edit_playlist_row.inc.php index ce752772..48933b5a 100644 --- a/templates/show_edit_playlist_row.inc.php +++ b/templates/show_edit_playlist_row.inc.php @@ -39,4 +39,6 @@ </td> </tr> </table> +</form> </td> + |