diff --git a/client/saved_payment_methods.php b/client/saved_payment_methods.php index ebd96148..c1ace7d3 100644 --- a/client/saved_payment_methods.php +++ b/client/saved_payment_methods.php @@ -108,7 +108,7 @@ if (!$stripe_public_key || !$stripe_secret_key) { $exp_year = nullable_htmlentities($pm->card->exp_year); echo "
  • $brand card ending in $last4, expires $exp_month/$exp_year"; - echo " – Remove
  • "; + echo " – Remove"; } } catch (Exception $e) { $error = $e->getMessage();