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

Fix newlines being printed as literal string #26

Closed garygreen closed 9 years ago

garygreen commented 9 years ago

@msurguy not a biggie this one but I stupidly put \r\n inside single quoted string so it wasn't rendering them properly. Whole div is invisible so would go unnoticed anyway but would be cool to merge this as well :-)