[llvm-commits] CVS: nightlytest-serverside/test.php

Patrick Jenkins pjenkins at apple.com
Wed Aug 2 10:49:33 PDT 2006



Changes in directory nightlytest-serverside:

test.php updated: 1.10 -> 1.11
---
Log message:

We now spell significantly correctly.



---
Diffs of the changes:  (+1 -1)

 test.php |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: nightlytest-serverside/test.php
diff -u nightlytest-serverside/test.php:1.10 nightlytest-serverside/test.php:1.11
--- nightlytest-serverside/test.php:1.10	Thu Jul 27 14:10:30 2006
+++ nightlytest-serverside/test.php	Wed Aug  2 12:49:17 2006
@@ -544,7 +544,7 @@
 		$sign="(+)";
 	}
 
-	print "<font size=\"-1\"><a href=\"javascript://\"onclick=\"toggleLayer('{$category_print_array_ordered[$y]}');\", id=\"{$category_print_array_ordered[$y]}_\">$sign $num_changes Tests Signifigantly Changed for {$category_print_array_ordered[$y]}</a></font>\n";
+	print "<font size=\"-1\"><a href=\"javascript://\"onclick=\"toggleLayer('{$category_print_array_ordered[$y]}');\", id=\"{$category_print_array_ordered[$y]}_\">$sign $num_changes Tests Significantly Changed for {$category_print_array_ordered[$y]}</a></font>\n";
 	print "<div id=\"{$category_print_array_ordered[$y]}\" style=\"display: $disp;\" class=\"hideable\">\n";
 	print "<b>Signifigant Changes for {$category_print_array_ordered[$y]}</b>";
 	print "<span style=\"position:relative;\">\n";






More information about the llvm-commits mailing list