diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php index 7d93a7d347e..7405fcedb18 100644 --- a/htdocs/societe/paymentmodes.php +++ b/htdocs/societe/paymentmodes.php @@ -1228,7 +1228,7 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard' if ($nbremote == 0 && $nblocal == 0) { $colspan = (!empty($conf->global->STRIPE_ALLOW_LOCAL_CARD) ? 10 : 9); - print '>'.$langs->trans("None").''; + print ''.$langs->trans("None").''; } print ""; print "";