creation from PLCWWW
[nodeconfig.git] / keys.php
index 5e56a32..eab3167 100755 (executable)
--- a/keys.php
+++ b/keys.php
@@ -13,7 +13,7 @@
 // Aaron Klingaman <alk@cs.princeton.edu>
 // 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";
 }
 
 ?>