gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/www/news news_utils.php,1.20,1.21


From: cbayle
Subject: [Gforge-commits] gforge/www/news news_utils.php,1.20,1.21
Date: Tue, 27 Apr 2004 03:32:34 -0500

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

Modified Files:
        news_utils.php 
Log Message:
Added missing UL html tag


Index: news_utils.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/news/news_utils.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- news_utils.php      9 Apr 2004 15:17:51 -0000       1.20
+++ news_utils.php      27 Apr 2004 08:32:31 -0000      1.21
@@ -79,6 +79,7 @@
                $return .= $Language->getText('news_utils', 'nonews');
                $return .= db_error();
        } else {
+               if (!$limit) $return .= '<ul>';
                for ($i=0; $i<$rows; $i++) {
                        if ($show_summaries && $limit) {
                                //get the first paragraph of the story
@@ -149,6 +150,7 @@
                                $return .= '</ul><hr width="100%" size="1" 
/>'."\n";
                        }
                }
+               if (!$limit) $return .= '</ul>';
                if ($group_id != $sys_news_group) {
                        $archive_url='/news/?group_id='.$group_id;
                } else {





reply via email to

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