iRail / hyperRail

The repo for the iRail.be webapp
https://iRail.be
Creative Commons Zero v1.0 Universal
47 stars 17 forks source link

Use of unsafe html templating #248

Closed Haroenv closed 7 years ago

Haroenv commented 7 years ago

There are both laravel (blade) ({{}}) and angular bangs (@{{}}), there isn't any need for {!! !!}, which is laravel unsafe substitution. The language strings don't contain any html, so they can be changed without any other refactoring needed

see https://github.com/iRail/hyperRail/pull/246#issuecomment-257250399

Tjoosten commented 7 years ago

Can i assign me to this one?