Skip to content

Commit

Permalink
改进
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Oct 3, 2019
1 parent f676383 commit 0b4305d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper.php
Expand Up @@ -39,7 +39,7 @@ function captcha_img($id = ''): string
{
$src = captcha_src($id);

return "<img src='{$src}' alt='captcha' onclick='this.src=\"{$src}?s=\"+Math.random();' />";
return "<img src='{$src}' alt='captcha' onclick='this.src=\"{$src}?\"+Math.random();' />";
}

/**
Expand Down

0 comments on commit 0b4305d

Please sign in to comment.