Skip to content

Commit

Permalink
Fix Cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Oct 29, 2024
1 parent 78a0ade commit 8ba7ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateway/MolliePaymentGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ public function displayInstructions(
echo esc_html($instructions) . PHP_EOL;
} else {
echo '<section class="woocommerce-order-details woocommerce-info mollie-instructions" >';
echo wp_kses(wpautop($instructions), ['p' => [], 'strong' => [], 'br' => []]) . PHP_EOL;
echo wp_kses(wpautop($instructions), ['p' => [], 'strong' => [], 'br' => []]) . PHP_EOL;
echo '</section>';
}
}
Expand Down

0 comments on commit 8ba7ebd

Please sign in to comment.