From e663314cb16504600dc6eb5a7a27f1216d35b980 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 1 Sep 2017 16:38:56 +0200 Subject: [PATCH] Clean code --- htdocs/core/class/html.formsms.class.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php index 9412582599d..a3e2a0bb844 100644 --- a/htdocs/core/class/html.formsms.class.php +++ b/htdocs/core/class/html.formsms.class.php @@ -121,7 +121,7 @@ function limitChars(textarea, limit, infodiv) '; if ($showform) print "
param["returnurl"]."\">\n"; - + print ''; foreach ($this->param as $key=>$value) { @@ -259,7 +259,7 @@ function limitChars(textarea, limit, infodiv) if (! empty($this->withtosocid) && $this->withtosocid > 0) { $liste=array(); - foreach ($soc->thirdparty_and_contact_phone_array() as $key=>$value) + foreach ($soc->thirdparty_and_contact_phone_array() as $key => $value) { $liste[$key]=$value; } @@ -323,8 +323,8 @@ function limitChars(textarea, limit, infodiv) print "\n"; - - if ($showform) + + if ($showform) { print '
'; print ''; @@ -334,10 +334,10 @@ function limitChars(textarea, limit, infodiv) print ''; } print '
'; - + print "
\n"; } - + print "\n"; }