diff --git a/main/group/group_category.php b/main/group/group_category.php index 9a1aca62af..deccb629af 100755 --- a/main/group/group_category.php +++ b/main/group/group_category.php @@ -273,7 +273,6 @@ $form->addGroup( ); $form->addElement('html', ''); -$form->addElement('html', '
'); // Submit if (isset($_GET['id'])) { @@ -360,4 +359,4 @@ if ($defaults['max_student'] == GroupManager::MEMBER_PER_GROUP_NO_LIMIT) { $form->setDefaults($defaults); $form->display(); -Display :: display_footer(); +Display::display_footer();