diff --git a/app/views/artist_commentaries/index.html.erb b/app/views/artist_commentaries/index.html.erb
index 5a468a12a..611b49957 100644
--- a/app/views/artist_commentaries/index.html.erb
+++ b/app/views/artist_commentaries/index.html.erb
@@ -17,13 +17,13 @@
<%= h(commentary.original_title) %>
- <%= format_text(commentary.original_description, :ragel => true) %>
+ <%= format_text(commentary.original_description) %>
|
<%= h(commentary.translated_title) %>
- <%= format_text(commentary.translated_description, :ragel => true) %>
+ <%= format_text(commentary.translated_description) %>
|