From 8e54de7c0cc2c5e691abd9b66ef0916752078df7 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 25 Jan 2021 10:13:32 -0800 Subject: [PATCH] Styling tweak to admin 'tabbed' layout. --- e107_admin/includes/tabbed.php | 3 +-- e107_handlers/sitelinks_class.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/e107_admin/includes/tabbed.php b/e107_admin/includes/tabbed.php index 00eb3f0d9..ff9b22941 100644 --- a/e107_admin/includes/tabbed.php +++ b/e107_admin/includes/tabbed.php @@ -56,7 +56,7 @@ class tabbed foreach ($admin_cat['id'] as $id => $cat_id) { $cls = ($id == 1) ? "active" : ""; - $text .= "
".$this->renderCat($id)."
"; + $text .= "
".$this->renderCat($id)."
"; } $text .= ""; $text .= ""; @@ -171,4 +171,3 @@ class tabbed } } -?> \ No newline at end of file diff --git a/e107_handlers/sitelinks_class.php b/e107_handlers/sitelinks_class.php index 218ca3b14..f69d8dd07 100644 --- a/e107_handlers/sitelinks_class.php +++ b/e107_handlers/sitelinks_class.php @@ -1468,7 +1468,7 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; } break; case 'div': - $text .= "
".$icon." + $text .= ""; break;