diff --git a/src/helper.php b/src/helper.php index e3c3ec2..8dea4b2 100644 --- a/src/helper.php +++ b/src/helper.php @@ -39,7 +39,7 @@ function captcha_img($id = ''): string { $src = captcha_src($id); - return "captcha"; + return "captcha"; } /**