gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/docman index.php,1.14,1.15


From: tom
Subject: [Gforge-commits] gforge/www/docman index.php,1.14,1.15
Date: Fri, 23 Jul 2004 10:32:26 -0500

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

Modified Files:
        index.php 
Log Message:
Just adding a little more space between document groups

Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/docman/index.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- index.php   5 May 2004 22:28:02 -0000       1.14
+++ index.php   23 Jul 2004 15:32:23 -0000      1.15
@@ -68,7 +68,7 @@
                //      docGroupName and start a new <ul>
                //
                if ($d_arr[$i]->getDocGroupID() != $last_group) {
-                       print (($i==0) ? '' : '</ul></li>');
+                       print (($i==0) ? '' : '</ul></li><br />');
                        print "\n\n<li><strong>". $d_arr[$i]->getDocGroupName() 
."</strong></li><li style=\"list-style: none\"><ul>";
                        $last_group=$d_arr[$i]->getDocGroupID();
                }





reply via email to

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