[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 260)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Wed Jun 16 20:03:17 CDT 2010


User: knarf
Date: 2010/06/16 08:03 PM

Modified:
 /release-info/
  parse_testsuite_results.cgi

Log:
 html fix

File Changes:

Directory: /release-info/
=========================

File [modified]: parse_testsuite_results.cgi
Delta lines: +2 -3
===================================================================
--- release-info/parse_testsuite_results.cgi	2010-06-17 01:01:15 UTC (rev 259)
+++ release-info/parse_testsuite_results.cgi	2010-06-17 01:03:17 UTC (rev 260)
@@ -129,7 +129,7 @@
 }
 
 # Things for the top of the table
-my $table_entries_h .= "<tr><th rowspan='3' colspan='2'>&nbsp;</th>";
+my $table_entries_h .= "<tr><th rowspan='3' colspan='2'>Totals</th>";
 foreach my $host (sort(keys(%allhosts))) {
   $table_entries_h .= "<th colspan='".scalar(keys(%{$allhosts{$host}}))."'>$host</th>";
 }
@@ -150,8 +150,7 @@
                                                        $allhosts{$host}{$nprocs}{"ran"}."</td>";
   }
 }
-$table_entries_h .= "<tr><th rowspan='2'>Totals</th>";
-$table_entries_h .= "</tr><tr><td>Failing</td>\n";
+$table_entries_h .= "<tr><th rowspan='2'>&nbsp;</th><td>Failing</td>\n";
 foreach my $host (sort(keys(%allhosts))) {
   foreach my $nprocs (sort(keys(%{$allhosts{$host}}))) {
     my $color = " style=\"background-color:#d0d0d0;\"";



More information about the Commits mailing list