From ee2a2f7b484d78d5ac70bd7c77afddad2f49fea2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 6 Apr 2013 16:43:26 +0200 Subject: [PATCH] Missing space --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 3004e8c6398..9e58dfe4e5c 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -3478,7 +3478,7 @@ class Form // If reset_scripts is not empty, print the button with the reset_scripts in OnClick if ($reset_scripts) { - $retstring.=' '; }