thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
898 stars 294 forks source link

Prevent escaping of login and register links #228

Open craigballinger opened 5 years ago

craigballinger commented 5 years ago

The @lang blade directive automatically escapes HTML. Since this message includes links, switching to the __ () helper allows us to display them as expected.

224