diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 627e5ee8a2b..d1a76c712e5 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -5649,7 +5649,7 @@ class Form
}
elseif ($typehour=='text' || $typehour=='textselect')
{
- $retstring.='';
+ $retstring.='';
}
else return 'BadValueForParameterTypeHour';
@@ -5673,7 +5673,7 @@ class Form
}
elseif ($typehour=='text' )
{
- $retstring.='';
+ $retstring.='';
}
if ($typehour!='text') $retstring.=' '.$langs->trans('MinuteShort');