From 5bde2b3489714b8297045552d8f86c48c79519cc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 Mar 2022 16:42:47 +0100 Subject: [PATCH] Merge --- htdocs/core/class/html.form.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 6a0fcfa6582..638c7b06c4f 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -5202,15 +5202,15 @@ class Form $out .= ''; $out .= ''; } else { - $out .= ''; + $out .= ''; if ($selected) { $projet = new Project($this->db); $projet->fetch($selected); - $out .= $projet->getNomUrl(1, '', 1); + $out .= $projet->getNomUrl(1, '', 1); } else { $out .= " "; } - $out .= ''; + $out .= ''; } if (empty($nooutput)) {