Update TextCaptcha.php

This commit is contained in:
Roman Kelesidis 2025-03-08 19:58:46 +03:00
commit 33c9a5f77c

View file

@ -49,7 +49,7 @@ class TextCaptcha implements CaptchaInterface
{ {
$this->captcha->build(); $this->captcha->build();
return " return "
<img src=" . $this->captcha->inline() . " /> <img src=" . $this->captcha->inline() . " /><br />
<input type='text' name='captcha_phrase' /> <input type='text' name='captcha_phrase' />
"; ";
} }