From 93675082d714ef25672558eb4abeac526a6c3cf4 Mon Sep 17 00:00:00 2001 From: Damien BENOIT <48482664+Givriz@users.noreply.github.com> Date: Wed, 10 Mar 2021 16:42:14 +0100 Subject: [PATCH] Update html.form.class.php --- 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 03ab4dda230..05495f527c7 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -7894,7 +7894,7 @@ class Form if (empty($fieldref)) { $fieldref = 'ref'; } - + // Preparing gender's display if there is one if ($object->gender) { $addgendertxt = ' ';