d407bcab36
* FIX: Correctly escape category description text
This bug has been introduced in db14e10943.
* Remove unnecessary `html_safe`
`Theme.lookup_field` already returns html-safe strings: https://github.com/discourse/discourse/blob/7ad338e3e6dee158cd704e7e62395bf5df835f7f/app/models/theme.rb#L237-L242
* Rename `description` where it's acutally `descriptionText`