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 = ' ';