]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user_blocks/show.html.erb
Fix off-by-one error in user notes list
[rails.git] / app / views / user_blocks / show.html.erb
index 73b26b9306aceb6410d5cecd8032afbaeb0cbd37..e882e6e3b61425241a5564f40e93e627e5488985 100644 (file)
@@ -33,4 +33,4 @@
 <p><b><%= t'user_block.show.status' %></b>: <%= block_status(@user_block) %></p>
 
 <p><b><%= t'user_block.show.reason' %></b></p>
-<%= @user_block.reason.to_html %>
\ No newline at end of file
+<div class="richtext"><%= @user_block.reason.to_html %></div>