mirror of
https://github.com/discourse/discourse.git
synced 2026-08-02 01:28:14 -05:00
For convenience the i18n helper has been made returning a SafeString, but when used with other helpers, a String is expected and will cause unexpected behaviors. This is the root cause of the initial bug fixed in https://github.com/discourse/discourse/commit/d2bb127e2c8c4a4df30024883ee36472fc86b688 This commit is kept as it's a better security in case of unexpected behavior.