From 27f26bba27c604317800b46423e1c0a4c50d552a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 20 Dec 2014 11:17:04 +0100 Subject: [PATCH] Fixed: Missing test --- htdocs/core/class/html.form.class.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index fff53e9d25c..864f7792eef 100755 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -1356,15 +1356,17 @@ class Form } $out.= ''; - $out.= ''; + } } else {