Correction affichage html

This commit is contained in:
Rodolphe Quiedeville 2003-09-06 14:49:45 +00:00
parent 857737fc96
commit 9c3ad6aeba

View File

@ -275,7 +275,7 @@ if ($propalid)
{
$projet = new Project($db);
$projet->fetch($obj->fk_projet);
print '<tr><td>Projet</td><td colspan="1">';
print '<tr><td>Projet</td><td colspan="3">';
print '<a href="projet/fiche.php3?id='.$projet->id.'">';
print $projet->title.'</a></td></tr>';
}