Fix align

This commit is contained in:
Laurent Destailleur 2016-08-04 10:48:19 +02:00
parent e0b9496f9e
commit 5247faf50f

View File

@ -1813,7 +1813,7 @@ else
// Select project
if (! empty($conf->projet->enabled))
{
print '<td align="center">';
print '<td>';
$formproject->select_projects(-1, $fk_projet, 'fk_projet', 0, 0, 1, 1);
print '</td>';
}