<b><%= t '.user' %></b>
<%= link_to(@redaction.user.display_name, user_path(@redaction.user)) %>
</p>
-<p class="richtext">
+<div class="richtext">
<b><%= t '.description' %></b>
<%= @redaction.description.to_html %>
-</p>
+</div>
<% if current_user and current_user.moderator? %>
<div class="buttons">