This commit is contained in:
atm-arnaud 2018-04-10 14:10:40 +02:00
parent 79af10fc83
commit d24b36f768

View File

@ -674,7 +674,7 @@ if ($type == Categorie::TYPE_PROJECT)
{
print "\t".'<tr class="oddeven">'."\n";
print '<td class="nowrap" valign="top">';
print $project->getNomUrl(1,0);
print $project->getNomUrl(1);
print "</td>\n";
print '<td class="tdtop">'.$project->ref."</td>\n";
print '<td class="tdtop">'.$project->title."</td>\n";