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

@@ -6,9 +6,9 @@ GIT
GIT
remote: https://github.com/r888888888/dtext_rb.git
revision: 59a953e7c3f49cd1be7553b484fe292dbbab0e7e
revision: 160ca374ded760c7f404797d68e7ab7487c09a20
specs:
dtext_rb (1.0.8)
dtext_rb (1.0.9)
jeweler (~> 2.0)
minitest (~> 5.8)
rake-compiler (~> 0.9)

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>