[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 248)
knarf at cct.lsu.edu
knarf at cct.lsu.edu
Wed Jun 16 17:32:46 CDT 2010
User: knarf
Date: 2010/06/16 05:32 PM
Modified:
/release-info/
parse_testsuite_results.cgi
Log:
fix html
File Changes:
Directory: /release-info/
=========================
File [modified]: parse_testsuite_results.cgi
Delta lines: +1 -1
===================================================================
--- release-info/parse_testsuite_results.cgi 2010-06-16 22:32:09 UTC (rev 247)
+++ release-info/parse_testsuite_results.cgi 2010-06-16 22:32:46 UTC (rev 248)
@@ -155,7 +155,7 @@
if ($nprocs != "1") { $color = " style=\"background-color:#e0e0e0;\""; }
$table_entries .= "<td$color align='center' valign='bottom'>".
"<img src='green.png' alt='success' width='20px' style='margin: 0 0 0 0;' height='".
- $allhosts{$host}{$nprocs}{"success"}."px'/><br>".
+ $allhosts{$host}{$nprocs}{"success"}."px'/><br/>".
"<img src='red.png' alt='fail' width='20px' style='margin: 0 0 0 0;' height='".
$allhosts{$host}{$nprocs}{"fail"}."px'/></td>";
}
More information about the Commits
mailing list