From cd59fd2cf49f796de4156e7ae2548743a83a0061 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 5 Apr 2005 11:20:37 +0000 Subject: [PATCH] Modification du lien vers la liste des projets --- htdocs/comm/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index ad233c25bec..ed62891c119 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -373,7 +373,7 @@ if ($_socid > 0) $num = $db->num_rows($result); if ($num > 0) { print ""; - print '
'.$langs->trans("LastProjects",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllProjects").' ('.$num.')
'; + print '
'.$langs->trans("LastProjects",($num<=$MAXLIST?"":$MAXLIST)).''.$langs->trans("AllProjects").' ('.$num.')
'; print ''; } while ($i < $num && $i < $MAXLIST) {