]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/view.html.erb
Handle reason as a rich text area when editing a block
[rails.git] / app / views / user / view.html.erb
index b323ff1580d5901c7d1ffff86ac1645baddf8dbb..d9a65b3429ea5cc022df69413663b917bdc8923b 100644 (file)
 
 <h3><%= t 'user.view.description' %></h3>
 
 
 <h3><%= t 'user.view.description' %></h3>
 
-<div id="description"><%= htmlize(@this_user.description) %></div>
+<div id="description"><%= @this_user.description.to_html %></div>
 
 <% if @user and @this_user.id == @user.id %>
   <div id="map" class="user_map">
 
 <% if @user and @this_user.id == @user.id %>
   <div id="map" class="user_map">