From 5af1eff2d91ca055da82e2f95d6d0fe979ce8a7b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 3 Sep 2020 10:46:46 +0200 Subject: [PATCH] Fix phpcs --- htdocs/comm/action/class/actioncomm.class.php | 1 - htdocs/expensereport/card.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 4f878f0cec4..37ddf2f43ae 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -2098,7 +2098,6 @@ class ActionComm extends CommonObject $this->error = 'Nb of emails sent : '.$nbMailSend.', '.(!empty($errorsMsg)) ? join(', ', $errorsMsg) : $error; return $error; } - } /** diff --git a/htdocs/expensereport/card.php b/htdocs/expensereport/card.php index f5348bb4261..d4f09f793bc 100644 --- a/htdocs/expensereport/card.php +++ b/htdocs/expensereport/card.php @@ -2195,10 +2195,10 @@ if ($action == 'create') { print ''; - print 'rowid.'">'; + print 'rowid.'">'; print img_edit(); print '   '; - print 'rowid.'">'; + print 'rowid.'">'; print img_delete(); print '';