From 5cfc6aa027b0b16c6bbf483b0553c0b0895fc8f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reu=CC=88el=20van=20der=20Steege?= Date: Mon, 3 Feb 2025 12:12:05 +0100 Subject: [PATCH] Fix invalid HTML. --- src/Gateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gateway.php b/src/Gateway.php index b629d52..f669c40 100644 --- a/src/Gateway.php +++ b/src/Gateway.php @@ -243,7 +243,7 @@ public function update_status( Payment $payment ) { ]; $note = sprintf( - '

%s%s

', \__( 'EMS e-Commerce transaction data in response message:', 'pronamic_ideal' ) );