sukima / ember-cli-select-picker

An enhanced Boostrap styled select component addon for Ember CLI
https://sukima.github.io/ember-cli-select-picker
MIT License
23 stars 15 forks source link

Prevent SafeStrings from being re-escaped. #27

Closed tneems closed 9 years ago

tneems commented 9 years ago

When we get a SafeString that's being inserted into a translation the resulting translation needs to be marked as a SafeString as well to prevent any html in it from being escaped.

sukima commented 9 years ago

OMG! Now that you showed it in code I finally understand what the heck was going on! heddesk

Thanks!