diff --git a/app/views/artist_commentaries/_show.html.erb b/app/views/artist_commentaries/_show.html.erb index bea17e45a..ff42b739f 100644 --- a/app/views/artist_commentaries/_show.html.erb +++ b/app/views/artist_commentaries/_show.html.erb @@ -14,13 +14,17 @@ <% if artist_commentary.original_present? %>

<%= artist_commentary.original_title %>

-

<%= format_text artist_commentary.original_description %>

+
+ <%= format_text(artist_commentary.original_description) %> +
<% end %> <% if artist_commentary.translated_present? %>

<%= artist_commentary.translated_title %>

-

<%= format_text artist_commentary.translated_description %>

+
+ <%= format_text(artist_commentary.translated_description) %> +
<% end %>