From 8afc007d50e5767022bf2688042cae3f8203398f Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 14:20:25 +0000 Subject: [PATCH] Update file users.php --- html/users.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 "";