From a76b064a56f47dbab7b83207ebf0c3ff97d7d960 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Sun, 10 Mar 2013 08:52:56 +0100 Subject: [PATCH] display domains one below the other, so you get a better overview Signed-off-by: Michael Kaufmann (d00p) --- customer_index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);