BCcampus / open-sage

Theme for open.bccampus.ca
MIT License
1 stars 0 forks source link

Entities #185

Closed bdolor closed 5 years ago

bdolor commented 5 years ago

ref: https://laravel.com/docs/5.8/blade

{!! - !!} doesn't sent content through htmlspecialchars() whereas {{ }} does. This eliminates creating html entities and then immediately decoding those entities.