commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5467 - in trunk/www/web: downloads shared


From: jcater
Subject: r5467 - in trunk/www/web: downloads shared
Date: Mon, 22 Mar 2004 13:29:05 -0600 (CST)

Author: jcater
Date: 2004-03-22 13:29:04 -0600 (Mon, 22 Mar 2004)
New Revision: 5467

Modified:
   trunk/www/web/downloads/snapshots.php
   trunk/www/web/shared/_listdir.php
Log:
argh... I hate php

Modified: trunk/www/web/downloads/snapshots.php
===================================================================
--- trunk/www/web/downloads/snapshots.php       2004-03-22 19:27:48 UTC (rev 
5466)
+++ trunk/www/web/downloads/snapshots.php       2004-03-22 19:29:04 UTC (rev 
5467)
@@ -16,7 +16,7 @@
   5 nights before being deleted. Snapshots are available
   in both Unix *.tar.gz and Win32 *.zip formats.</p>
 
-  <p class="warn">NOTE: These are snapshots of our development code.
+  <p class="warn"><b>NOTE:</b> These are snapshots of our development code.
   As such, they may or  may not run as expected (or at all.) If you
   are looking for the latest released versions of the tools,
   look  <a href="current.php">here</a> instead.</p>

Modified: trunk/www/web/shared/_listdir.php
===================================================================
--- trunk/www/web/shared/_listdir.php   2004-03-22 19:27:48 UTC (rev 5466)
+++ trunk/www/web/shared/_listdir.php   2004-03-22 19:29:04 UTC (rev 5467)
@@ -59,7 +59,7 @@
            $close="</ul>";
         }
       echo "<li><a href=\"$dir/$file\">" ;
-      echo file . "</a></li>\n" ;
+      echo $file . "</a></li>\n" ;
   }
   echo "$close\n";
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]