diff --git a/htdocs/stripe/charge.php b/htdocs/stripe/charge.php index b9b654e6553e9..310ad813ebe97 100644 --- a/htdocs/stripe/charge.php +++ b/htdocs/stripe/charge.php @@ -158,7 +158,7 @@ { $url='https://dashboard.stripe.com/'.$connect.'payments/'.$charge->id; } - print "".img_picto($langs->trans('ShowInStripe'), 'object_globe')." ".$charge->id."\n"; + print "".img_picto($langs->trans('ShowInStripe'), 'object_globe')." ".$charge->id."\n"; // Stripe customer print ""; @@ -168,7 +168,7 @@ { $url='https://dashboard.stripe.com/'.$connect.'customers/'.$charge->customer; } - print ' '.img_picto($langs->trans('ShowInStripe'), 'object_globe').' '.$charge->customer.''; + print ''.img_picto($langs->trans('ShowInStripe'), 'object_globe').' '.$charge->customer.''; print "\n"; // Link