[llvm-commits] CVS: llvm-www/demo/index.cgi

Brian Gaeke gaeke at cs.uiuc.edu
Thu Jul 8 19:00:01 PDT 2004


Changes in directory llvm-www/demo:

index.cgi updated: 1.24 -> 1.25

---
Log message:

Don't squish kitty head


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

Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.24 llvm-www/demo/index.cgi:1.25
--- llvm-www/demo/index.cgi:1.24	Tue May 11 13:44:17 2004
+++ llvm-www/demo/index.cgi	Thu Jul  8 18:59:02 2004
@@ -5,7 +5,7 @@
 # doing remote web JO99C compilations.  (It could still be used for that
 # purpose, though the two scripts have diverged somewhat.)
 #
-# Last modified $Date: 2004/05/11 18:44:17 $
+# Last modified $Date: 2004/07/08 23:59:02 $
 #
 
 use CGI;
@@ -125,7 +125,7 @@
 EOF
 
 if ($LOGO_IMAGE_URL) {
-    print "<img align=right width=100 height=114 src=\"$LOGO_IMAGE_URL\" />";
+    print "<img align=right width=166 height=184 src=\"$LOGO_IMAGE_URL\" />";
 }
 
 print <<END;





More information about the llvm-commits mailing list