[Fusionforge-commits] r9427 - branches/Branch_5_0/gforge/www/news

Roland Mas lolando at libremir.placard.fr.eu.org
Thu Apr 8 14:28:15 CEST 2010


Author: lolando
Date: 2010-04-08 14:28:14 +0200 (Thu, 08 Apr 2010)
New Revision: 9427

Modified:
   branches/Branch_5_0/gforge/www/news/news_utils.php
Log:
Fixed a couple of HTML errors

Modified: branches/Branch_5_0/gforge/www/news/news_utils.php
===================================================================
--- branches/Branch_5_0/gforge/www/news/news_utils.php	2010-04-08 07:14:29 UTC (rev 9426)
+++ branches/Branch_5_0/gforge/www/news/news_utils.php	2010-04-08 12:28:14 UTC (rev 9427)
@@ -147,7 +147,7 @@
 				} else {
 					$return .= '<h3>'. $t_thread_title . '</h3>';
 				}
-				$return .= ' &nbsp; <em>'. date(_('Y-m-d H:i'),db_result($result,$i,'post_date')).'</em><br /></li>';
+				$return .= ' &nbsp; <em>'. date(_('Y-m-d H:i'),db_result($result,$i,'post_date')).'</em><br />';
 			} else {
 				if ($show_forum) {
 					$return .= '<h3>'.util_make_link ($t_thread_url, $t_thread_title).'</h3>';
@@ -195,9 +195,6 @@
 				}
 			}
 
-			if ($limit==1 && $tail_headlines) {
-				$return .= "<ul>\n";
-			}
 			if ($limit) {
 				$limit--;
 			}




More information about the Fusionforge-commits mailing list