diff options
author | dipsol <dipsol@ampache> | 2009-03-16 22:34:44 +0000 |
---|---|---|
committer | dipsol <dipsol@ampache> | 2009-03-16 22:34:44 +0000 |
commit | b86875d4c4165ad9d509482911f0b102e8d3948d (patch) | |
tree | 2f6eba9fab5534d34300a1aa4f198b5ed5d291e9 /templates/show_edit_user.inc.php | |
parent | 79dd77dce71b457c17e18cc4d489d7564f372cdc (diff) | |
download | ampache-b86875d4c4165ad9d509482911f0b102e8d3948d.tar.gz ampache-b86875d4c4165ad9d509482911f0b102e8d3948d.tar.bz2 ampache-b86875d4c4165ad9d509482911f0b102e8d3948d.zip |
Some html cleaning
Diffstat (limited to 'templates/show_edit_user.inc.php')
-rw-r--r-- | templates/show_edit_user.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_user.inc.php b/templates/show_edit_user.inc.php index 1571f0ee..5cd7f3dd 100644 --- a/templates/show_edit_user.inc.php +++ b/templates/show_edit_user.inc.php @@ -25,7 +25,7 @@ <form name="update_user" enctype="multipart/form-data" method="post" action="<?php echo Config::get('web_path') . "/admin/users.php"; ?>"> <table class="tabledata" cellspacing="0" cellpadding="0"> <tr> - <th colspan="2"><?php echo _('User Properties'); ?></td> + <th colspan="2"><?php echo _('User Properties'); ?></th> </tr> <tr> <td> |