From df07ebf375c830ff0a1b93f8963bfa3372f275e3 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Thu, 10 Sep 2015 16:28:06 -0400 Subject: [PATCH] Remove inline style from banned_emails --- admin/banned_emails.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/admin/banned_emails.php b/admin/banned_emails.php index a5f3c9a4..9c581323 100644 --- a/admin/banned_emails.php +++ b/admin/banned_emails.php @@ -67,7 +67,7 @@ require_once(HESK_PATH . 'inc/headerAdmin.inc.php'); require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); ?> -
+
-
+
john@email.com
@domain.com @@ -202,17 +202,17 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); echo ' - '.$ban['email'].' - '.(isset($admins[$ban['banned_by']]) ? $admins[$ban['banned_by']] : $hesklang['e_udel']).' - '.$ban['dt'].' + '.$ban['email'].' + '.(isset($admins[$ban['banned_by']]) ? $admins[$ban['banned_by']] : $hesklang['e_udel']).' + '.$ban['dt'].' '; if ($can_unban) { echo ' - + - + ';