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