nodes can set tags, tags and nodegroups are mostly OK
[plewww.git] / planetlab / includes / plc_tables.php
index 02b591b..5f9be14 100644 (file)
@@ -140,10 +140,10 @@ function plc_table_end ($table_id,$options_end=NULL) {
                    
 ////////////////////////////////////////
 function plc_table_foot ($options) {
-  print "</tbody><tfoot>";
+  print "</tbody><tfoot>\n";
   if ($options['footers']) 
     foreach ($options['footers'] as $footer) 
-      print "<tr> $footer </tr>";
+      print "<tr> $footer </tr>\n";
   print "</tfoot></table>\n";
 }