From d4bec7fdfb1aa2b51b4d0021154fd4fbe9a15e94 Mon Sep 17 00:00:00 2001 From: Saurabh Patel Date: Wed, 24 Apr 2019 12:03:58 +0530 Subject: [PATCH] use description_text instead of description to show correct sanitized description (#7420) --- app/views/list/list.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/list/list.erb b/app/views/list/list.erb index 4a4e26d8e24..58978f98e3a 100644 --- a/app/views/list/list.erb +++ b/app/views/list/list.erb @@ -31,7 +31,7 @@ <%= subcategory.name %> <% if subcategory.description.present? %> - <%= subcategory.description %> + <%= subcategory.description_text %> <% end %> <% end %>