From a24c3888bb8e37003045fb109f4451fb3de13b0c Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 28 Dec 2008 13:50:31 +0000 Subject: [PATCH] minor design change --- lam/templates/profedit/profilemain.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lam/templates/profedit/profilemain.php b/lam/templates/profedit/profilemain.php index 69a32b7f..3c8ad8ee 100644 --- a/lam/templates/profedit/profilemain.php +++ b/lam/templates/profedit/profilemain.php @@ -137,6 +137,9 @@ echo "" . _('Manage existing profiles') . "\n"; echo "\n"; echo "
\n"; for ($i = 0; $i < sizeof($profileClasses); $i++) { + if ($i > 0) { + echo "\n"; + } echo "\n"; echo "
 
"; echo "\"" \n";