mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
... wasn't properly escaped so it would should html entities (like `'` instead of the apostrophe `'`). I checked all the other places we show an excerpt and this was the only one that was missing the call to `htmlSafe` -> `replaceEmoji`. Internal ref - t/128877