changes for kirsten
[technostate.git] / cgi / sets.cgi
index 4cb21db..5dd8a8d 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -Tw
-# $Id: sets.cgi,v 1.6 1999-04-23 06:34:07 ivan Exp $
+# $Id: sets.cgi,v 1.7 1999-07-18 05:08:29 ivan Exp $
 # Copyright (c) 1999 Ivan Kohler.  All rights reserved.
 # This program is free software; you can redistribute it and/or modify it under
 # the same terms as perl itself
@@ -43,10 +43,8 @@ unless ( $cgi->param('magic') ) { #first time through
 
     print $cgi->start_table,
           $cgi->tr(
-            ( map {
-                $cgi->th($_)
-              } @columns
-            ), $cgi->th('People');
+            ( map { $cgi->th($_) } @columns ),
+            $cgi->th('People')
           )
     ;