]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entry/comments.html.erb
Only require a readable database for login, not a writable one
[rails.git] / app / views / diary_entry / comments.html.erb
index b506ddfb027609db5b522ec29bb7b7615440aaec..f477ab8b63e97016cb9aca9b3de082b3493a82f2 100644 (file)
@@ -11,7 +11,7 @@
   <tr class="<%= cl %>">
     <td><%= link_to comment.diary_entry.title, :action => :view, :display_name => comment.diary_entry.user.display_name, :id => comment.diary_entry.id %></td>
     <td><span title="<%= l comment.created_at, :format => :friendly %>"><%= t 'diary_entry.comments.ago', :ago => time_ago_in_words(comment.created_at) %></span></td>
-    <td><%= htmlize(comment.body) %></td>
+    <td><%= comment.body.to_html %></td>
   </tr>
   <% end -%>
 </table>