diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 84eb96c27ab..14bbf007542 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -4709,7 +4709,7 @@ class Form $ret .= ''; $ret .= $this->selectDate($selected, $htmlname, $displayhour, $displaymin, 1, 'form'.$htmlname, 1, 0); $ret .= ''; - $ret .= ''; + $ret .= ''; $ret .= ''; } else { if ($displayhour) $ret .= dol_print_date($selected, 'dayhour');