From: Faiyaz Ahmed Date: Thu, 15 Mar 2007 21:43:33 +0000 (+0000) Subject: I hate php. Needed trailing "\n" when printing keys. X-Git-Tag: nodeconfig-4.2-1~20 X-Git-Url: http://git.onelab.eu/?p=nodeconfig.git;a=commitdiff_plain;h=6c53432c2cf4eeced83a9ed47c9210faf187139b I hate php. Needed trailing "\n" when printing keys. --- diff --git a/keys.php b/keys.php index 5e56a32..29216ba 100755 --- a/keys.php +++ b/keys.php @@ -77,7 +77,7 @@ if (!empty($persons)) { } foreach ($keys as $key) { - print $key['key']; + print $key['key']. "\n"; } ?>