Changes in directory nightlytest-serverside:

test.php updated: 1.8 -> 1.9
---
Log message:

Eliminated line breaks after links to buildlog and full test results


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

 test.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: nightlytest-serverside/test.php
diff -u nightlytest-serverside/test.php:1.8 nightlytest-serverside/test.php:1.9
--- nightlytest-serverside/test.php:1.8 Wed Jul 26 13:50:49 2006
+++ nightlytest-serverside/test.php     Wed Jul 26 13:51:36 2006
@@ -113,12 +113,12 @@
  * Printing the times table
  *
  ******************************************************/
-print"<h3><a href=\"fulltest.php?machine=$machine_id&night=$night_id\">See 
Full Test Results</a></h3><br>\n";
+print"<h4><a href=\"fulltest.php?machine=$machine_id&night=$night_id\">See 
Full Test Results</a></h4>\n";
 
 $buildfile=str_replace(" ", "_", $cur_date);
 if(file_exists("machines/$machine_id/$buildfile-Build-Log.txt")){
-       print "<h3><a href=\"machines/$machine_id/$buildfile-Build-Log.txt\">".
-                 "View Build Log</a></h3><br>\n";
+       print "<h4><a href=\"machines/$machine_id/$buildfile-Build-Log.txt\">".
+                 "View Build Log</a></h4>\n";
 }
 
 if(strpos($today_row['buildstatus'], "OK")===FALSE){



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to