From 93356d9dc4f3bfb7595966eb0e0a42cf323e0a5a Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 9 Dec 2021 10:25:58 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/compta/prelevement/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/prelevement/card.php b/htdocs/compta/prelevement/card.php index 95d30becd03..c29cadf564d 100644 --- a/htdocs/compta/prelevement/card.php +++ b/htdocs/compta/prelevement/card.php @@ -383,7 +383,7 @@ if ($id > 0 || $ref) { $urladd = "&id=".urlencode($id); if ($limit > 0 && $limit != $conf->liste_limit) { - $urladd .= '&limit='.urlencode($limit); + $urladd .= '&limit='.urlencode($limit); } print '
'."\n";