From 2dd1e34c2d95a6805d9c328f5e2c2042e44f64ec Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 31 Jan 2020 19:01:31 +0100 Subject: [PATCH] Fix phpcs --- 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 43cad658efd..e7cd695dc0b 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -8070,7 +8070,7 @@ class Form $ret .= ''; } else { - $ret .= ''; + $ret .= ''; } } }