discourse/app/views/categories
Ryan Mulligan f3f7dd02d1 safely call html_safe on category description
The `categories.description` column is not modified as "not null", so it is possible for the description to be nil. This changes the code not call html_safe on nil.
2017-07-25 11:40:02 -07:00
..
index.html.erb safely call html_safe on category description 2017-07-25 11:40:02 -07:00