mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 22:34:57 +00:00
`fancy_title` is already escaped by Rails. Escaping it again would print the HTML entity as-is, e.g. `"` instead of `"`. This fixes the issue by introducing a new `escapedContent` attribute on the `QuickAccessItem` widget.