Skip to content
Snippets Groups Projects
Commit aeaf4bf5 authored by Léo's avatar Léo
Browse files

Update index.php from Project folder

A trailing "quote" sign was causing a problem with the link generation of href in the recap table on dashboard.
parent b2d9fac9
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ if ( $resql )
print "<tr ".$bc[$var].">";
print '<td>'.$username.'</td>';
print '<td><a href="'.DOL_URL_ROOT.'/projet/fiche.php?id="'.$obj->projectid.'">'.$obj->title.'</a></td>';
print '<td><a href="'.DOL_URL_ROOT.'/projet/fiche.php?id='.$obj->projectid.'">'.$obj->title.'</a></td>';
print '<td><a href="'.DOL_URL_ROOT.'/projet/tasks/task.php?id='.$obj->taskid.'&withproject=1">'.$obj->label.'</a></td>';
print '<td>'.dol_print_date($db->jdate($obj->dateo)).'</td>';
print '<td>'.dol_print_date($db->jdate($obj->datee)).'</td>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment