diff --git a/html/users.php b/html/users.php index 28aa0cd9..350057ff 100644 --- a/html/users.php +++ b/html/users.php @@ -127,8 +127,8 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati echo "
" . $row['display_name'] . "
"; echo "
@" . $row['username'] . "
"; echo ""; - echo "
"; - echo ""; foreach($classifications as $id => $nom) { if($row['accreditation'] == $id) { echo ''; @@ -145,7 +145,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati echo ''; } } - echo ""; + echo "
"; echo ""; echo ""; echo "";