From 93f24b70781b4c35b467223b984514a65ddfa53f Mon Sep 17 00:00:00 2001
From: FractalParadigm
Date: Tue, 11 Mar 2025 21:29:47 -0400
Subject: [PATCH] Fixed layout problem with 'edit socials' button floating
around
---
user/account.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/user/account.php b/user/account.php
index 4627701..53a4961 100644
--- a/user/account.php
+++ b/user/account.php
@@ -211,7 +211,7 @@ try { // Try opening the SQL database connection
if (isset($userDetails["discord"]) && $userDetails["discord"] != "") {
if (isset($userDetails["discordLink"]) && $userDetails["discordLink"] != "") {
- echo (" " . $userDetails["discord"] . "
");
+ echo (" " . $userDetails["discord"] . "
");
} else {
echo ("" . $userDetails["discord"] . "
");
}
@@ -221,6 +221,7 @@ try { // Try opening the SQL database connection
echo ("
+
Edit Socials