Changes in directory nightlytest-serverside:
test.php updated: 1.14 -> 1.15 --- Log message: Execution section now defaults to being collapsed --- Diffs of the changes: (+2 -2) test.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: nightlytest-serverside/test.php diff -u nightlytest-serverside/test.php:1.14 nightlytest-serverside/test.php:1.15 --- nightlytest-serverside/test.php:1.14 Thu Aug 3 15:42:09 2006 +++ nightlytest-serverside/test.php Thu Aug 10 17:32:12 2006 @@ -281,8 +281,8 @@ * ******************************************************/ -print "<font size=\"-1\"><a href=\"javascript://\"onclick=\"toggleLayer('executionTimes');\", id=\"executionTimes_\">(+) Execution Times</a></font>\n"; -print "<div id=\"executionTimes\" style=\"display:;\" class=\"hideable\">\n"; +print "<font size=\"-1\"><a href=\"javascript://\"onclick=\"toggleLayer('executionTimes');\", id=\"executionTimes_\">(-) Execution Times</a></font>\n"; +print "<div id=\"executionTimes\" style=\"display: none;\" class=\"hideable\">\n"; print"<h3><u>Execution times in seconds:</u></h3><br>\n"; print "<table border=1 cellpadding=0 cellspacing=0>\n"; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits