diff --git a/lam/lib/profiles.inc b/lam/lib/profiles.inc index b35154cb..93dc4251 100644 --- a/lam/lib/profiles.inc +++ b/lam/lib/profiles.inc @@ -124,7 +124,7 @@ function saveAccountProfile($attributes, $profile, $scope) { $line = $keys[$i] . ": " . implode("+::+", $attributes[$keys[$i]]) . "\n"; } else { - $line = $keys[$i] . ": "; + $line = $keys[$i] . ": \n"; } fputs($file, $line); }