From ad5a18996d0b8d25cb0d0f6b792a8a02fb6b5ba5 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 2 Mar 2022 21:00:07 +0100 Subject: [PATCH] Replace id by class --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);