update dtext gem

This commit is contained in:
r888888888
2016-08-30 14:57:44 -07:00
parent 4a56ead3bf
commit 9accf95719
2 changed files with 4 additions and 4 deletions

View File

@@ -17,13 +17,13 @@
<td>
<h3><%= h(commentary.original_title) %></h3>
<div class="prose">
<%= format_text(commentary.original_description) %>
<%= format_text(commentary.original_description, :ragel => true) %>
</div>
</td>
<td>
<h3><%= h(commentary.translated_title) %></h3>
<div class="prose">
<%= format_text(commentary.translated_description) %>
<%= format_text(commentary.translated_description, :ragel => true) %>
</div>
</td>
</tr>