diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php
index 1b1ca30f161..97e99c93370 100644
--- a/htdocs/projet/element.php
+++ b/htdocs/projet/element.php
@@ -890,7 +890,7 @@ foreach ($listofreferent as $key => $value)
{
if (empty($conf->global->PROJECT_DISABLE_UNLINK_FROM_OVERVIEW) || $user->admin) // PROJECT_DISABLE_UNLINK_FROM_OVERVIEW is empty by defaut, so this test true
{
- print 'id . ($project_field ? '&projectfield=' . $project_field : '') . " class="reposition">';
+ print 'id . ($project_field ? '&projectfield=' . $project_field : '') . '" class="reposition">';
print img_picto($langs->trans('Unlink'), 'unlink');
print '';
}