[evolvis-commits] r12694: Fixed display of projects in the trove list

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 01:56:15 CET 2011


Author: mirabilos
Date: 2011-02-28 01:56:15 +0100 (Mon, 28 Feb 2011)
New Revision: 12694

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/www/softwaremap/trove_list.php
Log:
Fixed display of projects in the trove list

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/www/softwaremap/trove_list.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/www/softwaremap/trove_list.php	2011-02-28 00:56:13 UTC (rev 12693)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/www/softwaremap/trove_list.php	2011-02-28 00:56:15 UTC (rev 12694)
@@ -285,9 +285,9 @@
 	if ($row_grp && $viewthisrow) {
 		print '<table border="0" cellpadding="0" width="100%"><tr valign="top"><td colspan="2">';
 		print "$i_proj. " ;
-		print url_make_link_g ($row_grp['unix_group_name'], $row_grp['group_id']) ;
-		print "<strong>"
-			.htmlspecialchars($row_grp['group_name'])."</strong></a> ";
+		print url_make_link_g ($row_grp['unix_group_name'],
+				       $row_grp['group_id'],
+				       "<strong>".htmlspecialchars($row_grp['group_name'])."</strong> ");
 		if ($row_grp['short_description']) {
 			print "- " . htmlspecialchars($row_grp['short_description']);
 		}



More information about the evolvis-commits mailing list