mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 01:39:19 +00:00
a373bf2a updated the behavior of `replace-emoji` so that the input is treated as unsafe-by-default. `fancy_title` is already escaped, so we need to mark it as html-safe to avoid it being double-escaped. There is no need to html-safe the result of replace-emoji - it's already done as part of the helper.