diff --git a/app/views/artist_commentary_versions/index.html.erb b/app/views/artist_commentary_versions/index.html.erb index 271026055..4f8c20534 100644 --- a/app/views/artist_commentary_versions/index.html.erb +++ b/app/views/artist_commentary_versions/index.html.erb @@ -32,11 +32,15 @@

<%= h(commentary_version.original_title) %>

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

<%= h(commentary_version.translated_title) %>

- <%= h(commentary_version.translated_description) %> +
+ <%= format_text(commentary_version.translated_description) %> +
<% if CurrentUser.is_moderator? %>