Closed lmorchard closed 9 years ago
Not entirely sure why | f() is throwing errors while | fe() is not. But, | fe() looks like what I'd rather be using anyway, since it escapes the interpolated values while allowing the translated strings to be marked as safe.
| f()
| fe()
Going to see if this passes travis tests and then just merge & push to see if that corrects errors on production
:shipit:
Yay! One error on prod fixed!
https://badges.mozilla.org/en-US/profiles/profile/imonclus
Not entirely sure why
| f()
is throwing errors while| fe()
is not. But,| fe()
looks like what I'd rather be using anyway, since it escapes the interpolated values while allowing the translated strings to be marked as safe.