diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index e83d86f6b93..7e87b9b5851 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -286,8 +286,6 @@ class Form
$inputType=$tmp[0];
if (! empty($tmp[1])) $rows=$tmp[1];
if (! empty($tmp[2])) $cols=$tmp[2];
-
- $out.= ''."\n"; // Use for timestamp format
}
else if (preg_match('/^ckeditor/',$inputType))
{