From 33c9a5f77cdc76b8c11656dc5c5254f6536df2fc Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 8 Mar 2025 19:58:46 +0300 Subject: [PATCH] Update TextCaptcha.php --- src/Captcha/TextCaptcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Captcha/TextCaptcha.php b/src/Captcha/TextCaptcha.php index 90b287de1..c3b24af81 100644 --- a/src/Captcha/TextCaptcha.php +++ b/src/Captcha/TextCaptcha.php @@ -49,7 +49,7 @@ class TextCaptcha implements CaptchaInterface { $this->captcha->build(); return " - +
"; }