diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 0ec07e1c3fa..90c2a98720f 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -4735,7 +4735,7 @@ class Form
// Year
if ($emptydate || $set_time == -1)
{
- $retstring.='';
+ $retstring.='';
}
else
{
@@ -4918,7 +4918,7 @@ class Form
}
elseif ($typehour=='text')
{
- $retstring.='';
+ $retstring.='';
}
else return 'BadValueForParameterTypeHour';
@@ -4942,7 +4942,7 @@ class Form
}
elseif ($typehour=='text')
{
- $retstring.='';
+ $retstring.='';
}
if ($typehour!='text') $retstring.=' '.$langs->trans('MinuteShort');