From 630844d69868b7f8f10f7f19c3612c8a94ee3b41 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 18 Mar 2012 11:17:50 +0100 Subject: [PATCH] Fix: wrong copy/paste :-) --- htdocs/core/class/html.form.class.php | 2 -- 1 file changed, 2 deletions(-) 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)) {