]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/_user.html.erb
Replace htmlize call by rich text to_html call
[rails.git] / app / views / user / _user.html.erb
index 4f62a51e927416432564bf72060454309130ba3c..4f2f59c92d20782576845477d1f5b25c769a52c9 100644 (file)
@@ -19,7 +19,7 @@
         %>
       <% end %>
     </p>
-    <%= htmlize(user.description) %>
+    <%= user.description.to_html %>
   </td>
   <td>
     <%= check_box_tag "user_#{user.id}", "", false, :name => "user[#{user.id}]" %>