Merge pull request #8532 from atm-arnaud/FIX_8359_project_link_categ_list

FIX #8359
This commit is contained in:
Laurent Destailleur 2018-04-11 12:57:41 +02:00 committed by GitHub
commit 50dd75632c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";