X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=keys.php;h=eab3167f5d6204019f0e29f0f843b488704adaa3;hb=04c200194240c88c32e76e1ba0d5b3d664268c08;hp=5e56a32b482b6bda0f10faa8c3f94b311cf3beee;hpb=5e2d09904675279808374a1e4dd02696fb865835;p=nodeconfig.git diff --git a/keys.php b/keys.php index 5e56a32..eab3167 100755 --- a/keys.php +++ b/keys.php @@ -13,7 +13,7 @@ // Aaron Klingaman // Copyright (C) 2004 The Trustees of Princeton University // -// $Id: keys.php,v 1.2 2006/11/09 20:21:43 mlhuang Exp $ +// $Id$ // // Get admin API handle @@ -77,7 +77,7 @@ if (!empty($persons)) { } foreach ($keys as $key) { - print $key['key']; + print $key['key']. "\n"; } ?>