msurguy / Honeypot

Simple spam prevention package for Laravel applications
maxoffsky.com/code-blog/implementing-honeypot-spam-prevention-in-laravel-applications/
MIT License
429 stars 44 forks source link

Removed escaped printing of text #36

Closed danielpaul closed 8 years ago

danielpaul commented 9 years ago

Using {{ }} in Laravel 5 escapes the HTML and printings the HTML to screen.

garygreen commented 9 years ago

Looks good to me! Might be good to have a mini comment just below about using {{ for Laravel 4.2 and below, as this package is used by many non Laravel 5 users.

danielpaul commented 9 years ago

Sounds good.