mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
d407bcab36
* FIX: Correctly escape category description text
This bug has been introduced in db14e10943aeb87f3a2e06f02ca788986f039077.
* Remove unnecessary `html_safe`
`Theme.lookup_field` already returns html-safe strings: 7ad338e3e6/app/models/theme.rb (L237-L242)
* Rename `description` where it's acutally `descriptionText`