From 8c32ffd2e28afc430aca3ce24287e5e460e1b8a9 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Sun, 16 Sep 2018 22:36:58 +0200 Subject: [PATCH] fix html --- htdocs/stripe/charge.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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