From 5ff0af430f0503acf3bbdf6076b4dba63669cbea Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:34:31 -0600 Subject: [PATCH] Fix domain settings content cards (#7298) --- core/domain_settings/domain_settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/domain_settings/domain_settings.php b/core/domain_settings/domain_settings.php index 27db2d8f44..b98519d69e 100644 --- a/core/domain_settings/domain_settings.php +++ b/core/domain_settings/domain_settings.php @@ -214,8 +214,6 @@ echo "\n"; echo "\n"; - echo "
\n"; - echo "\n"; if (!empty($domain_settings)) { //define the variable $previous_domain_setting_category = ''; @@ -239,11 +237,13 @@ if ($previous_domain_setting_category != $row['domain_setting_category']) { if (!empty($previous_domain_setting_category)) { echo "
\n"; + echo "
\n"; echo "
\n"; } echo "".escape($label_domain_setting_category)."
\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('domain_setting_add') || permission_exists('domain_setting_edit') || permission_exists('domain_setting_delete')) {