gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/include snippet_caching.php,1.3,1.4


From: gsmet
Subject: [Gforge-commits] gforge/www/include snippet_caching.php,1.3,1.4
Date: Sun, 14 Mar 2004 10:50:58 -0600

Update of /cvsroot/gforge/gforge/www/include
In directory db.perdue.net:/tmp/cvs-serv6585/www/include

Modified Files:
        snippet_caching.php 
Log Message:
it's better with a <ul> than with a <p>


Index: snippet_caching.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/include/snippet_caching.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- snippet_caching.php 28 Feb 2003 21:40:04 -0000      1.3
+++ snippet_caching.php 14 Mar 2004 16:50:54 -0000      1.4
@@ -27,7 +27,7 @@
 
        <tr><td>
        
<strong>'.$Language->getText('snippet_caching','browse_by_language').':</strong>
-       <p>';
+       <ul>';
 
        $count=count($SCRIPT_LANGUAGE);
        for ($i=1; $i<$count; $i++) {
@@ -39,10 +39,10 @@
        }
 
        $return .=      
-       '</p></td>
+       '</ul></td>
        <td>
        
<strong>'.$Language->getText('snippet_caching','browse_by_category').':</strong>
-       <p>';
+       <ul>';
 
        $count=count($SCRIPT_CATEGORY);
        for ($i=1; $i<$count; $i++) {
@@ -55,7 +55,7 @@
 
 
        $return .=
-       '</p></td>
+       '</ul></td>
        </tr>
        </table></div>';
 





reply via email to

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