From 9a8f2bd28a6b53680b435358dfc40342d37d85ef Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 14:12:17 +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 40625025..f65f6c7c 100644 --- a/html/users.php +++ b/html/users.php @@ -119,9 +119,9 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati if ($resultat) { foreach($resultat as $row) { $user_pp = $row['profile_picture'] == NULL ? "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png" : $row['profile_picture']; - echo ""; echo "
"; - echo "
"; + echo "
"; + echo "
"; echo "
"; echo "
" . $row['display_name']; echo "
"; @@ -146,7 +146,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati echo "
"; echo "
"; echo "
@" . $row['username'] . "
"; - echo ""; + echo ""; } } ?>