commit-gnue
[Top][All Lists]
Advanced

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

r5425 - trunk/www/web/shared


From: jcater
Subject: r5425 - trunk/www/web/shared
Date: Sat, 20 Mar 2004 15:20:44 -0600 (CST)

Author: jcater
Date: 2004-03-20 15:20:43 -0600 (Sat, 20 Mar 2004)
New Revision: 5425

Modified:
   trunk/www/web/shared/_listdir.php
Log:
fixed typo (bah)

Modified: trunk/www/web/shared/_listdir.php
===================================================================
--- trunk/www/web/shared/_listdir.php   2004-03-20 21:18:40 UTC (rev 5424)
+++ trunk/www/web/shared/_listdir.php   2004-03-20 21:20:43 UTC (rev 5425)
@@ -42,7 +42,7 @@
         if ( $notyet )
           {
             $notyet = false ;
-            echo "<h3>Debian GNU/Linux packages (*.deb format)</h3>\n" ;
+            echo "<h3>Debian GNU/Linux packages (*.deb format)</h3><ul>\n" ;
             $close="</ul>";
           }
         echo "<li><a href=\"$dir/$entry\">" ;
@@ -66,7 +66,7 @@
         if ( $notyet )
           {
             $notyet = false ;
-            echo "<h3>Win 32 source files (*.zip format)</h3>\n" ;
+            echo "<h3>Win 32 source files (*.zip format)</h3><ul>\n" ;
             $close="</ul>";
           }
         echo "<li><a href=\"$dir/$entry\">" ;
@@ -90,7 +90,7 @@
         if ( $notyet )
           {
             $notyet = false ;
-            echo "<h3>Win 32 setup files (*.exe format)</h3>\n" ;
+            echo "<h3>Win 32 setup files (*.exe format)</h3><ul>\n" ;
             $close="</ul>";
           }
         echo "<li><a href=\"$dir/$entry\">" ;





reply via email to

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