diff --git a/customer_index.php b/customer_index.php index 81548b8d..89ddf79e 100644 --- a/customer_index.php +++ b/customer_index.php @@ -55,7 +55,7 @@ if($page == 'overview') } natsort($domainArray); - $domains = implode(', ', $domainArray); + $domains = implode(',
', $domainArray); $userinfo['email'] = $idna_convert->decode($userinfo['email']); $yesterday = time() - (60 * 60 * 24); $month = date('M Y', $yesterday);