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 %>