diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 7bc80ae6107..2d5146ced91 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -5203,9 +5203,7 @@ class Form
if ($selected) {
$projet = new Project($this->db);
$projet->fetch($selected);
-
$out .= $projet->getNomUrl(1, '', 1);
-
} else {
$out .= " ";
}