From: Tim Düsterhus Date: Fri, 21 Jul 2023 07:10:31 +0000 (+0200) Subject: Add missing `.button` class in PaypalPaymentMethod X-Git-Tag: 6.0.0_Alpha_8~67 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f0aaa10d587cf7c26191a45a6ba5aca1ac25680e;p=GitHub%2FWoltLab%2FWCF.git Add missing `.button` class in PaypalPaymentMethod --- diff --git a/wcfsetup/install/files/lib/system/payment/method/PaypalPaymentMethod.class.php b/wcfsetup/install/files/lib/system/payment/method/PaypalPaymentMethod.class.php index 974e421923..2a064f61d3 100644 --- a/wcfsetup/install/files/lib/system/payment/method/PaypalPaymentMethod.class.php +++ b/wcfsetup/install/files/lib/system/payment/method/PaypalPaymentMethod.class.php @@ -92,7 +92,7 @@ class PaypalPaymentMethod extends AbstractPaymentMethod - + '; } else { return '
@@ -112,7 +112,7 @@ class PaypalPaymentMethod extends AbstractPaymentMethod - +
'; } }