thinhbuzz / laravel-google-captcha

Google captcha for Laravel 5, Laravel 6, Laravel 7, Laravel 8, Laravel 9 and Laravel 10, support multiple captcha on page
MIT License
200 stars 32 forks source link

Reserved characters in HTML must be replaced with character entities. #31

Closed vlitvinc closed 6 years ago

vlitvinc commented 6 years ago

from w3schools.com

vlitvinc commented 6 years ago

I suggest using the third param in http_build_query instead of using htmlspecialchars function. For some reason htmlspecialchars does not work screenshot_186

After small patch screenshot_187

thinhbuzz commented 6 years ago

thanks for PR