From 594334fffec8a332a0def4d0fda1aa278b384713 Mon Sep 17 00:00:00 2001 From: Toks Date: Wed, 12 Mar 2014 18:46:40 -0400 Subject: [PATCH] fixes #2107 --- app/views/artist_commentaries/index.html.erb | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/views/artist_commentaries/index.html.erb b/app/views/artist_commentaries/index.html.erb index 222a0c535..868dfd968 100644 --- a/app/views/artist_commentaries/index.html.erb +++ b/app/views/artist_commentaries/index.html.erb @@ -16,11 +16,15 @@ <%= PostPresenter.preview(commentary.post) %>

<%= h(commentary.original_title) %>

- <%= h(commentary.original_description) %> +
+ <%= format_text(commentary.original_description) %> +

<%= h(commentary.translated_title) %>

- <%= h(commentary.translated_description) %> +
+ <%= format_text(commentary.translated_description) %> +
<% end %>