edvinaskrucas / notification

Notification package for Laravel
MIT License
525 stars 99 forks source link

Notification messages are being escaped #90

Closed martijnimhoff closed 5 years ago

martijnimhoff commented 7 years ago

I need to include links in my notifications, how can I disable the escaping on the messages?

Ps: I'm using the {!! !!} in blade. That's not it

matthewscalf commented 7 years ago

Yeah this is happening by the usage of htmlspecialchars in the render method in the Message.php file. Please revert that, it is most definitely an oversight to force that usage.

benkelukas commented 6 years ago

Any update on this? Still seeing this errror :)

warksit commented 5 years ago

This is still an issue. I have created a pull request https://github.com/edvinaskrucas/notification/pull/92