diff --git a/htdocs/compta/paiement/liste.php b/htdocs/compta/paiement/liste.php index 32400cf29cc..70cba5d80d0 100644 --- a/htdocs/compta/paiement/liste.php +++ b/htdocs/compta/paiement/liste.php @@ -60,7 +60,7 @@ if (! $sortfield) $sortfield="p.rowid"; * View */ -llxHeader('',$langs->trans("ListPayment")); +llxHeader('', $langs->trans('ListPayment')); $form=new Form($db);