mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 03:10:46 -06:00
use description_text instead of description to show correct sanitized description (#7420)
This commit is contained in:
parent
e351b2ee26
commit
d4bec7fdfb
@ -31,7 +31,7 @@
|
||||
<span itemprop='name'><%= subcategory.name %></span>
|
||||
</a>
|
||||
<% if subcategory.description.present? %>
|
||||
<span itemprop='description'><%= subcategory.description %></span>
|
||||
<span itemprop='description'><%= subcategory.description_text %></span>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<br/>
|
||||
|
Loading…
Reference in New Issue
Block a user