]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/redactions/show.html.erb
Fix lists in rich text to display properly
[rails.git] / app / views / redactions / show.html.erb
index 798ed962a58d68092ce00af8da186279122a5c3d..2404df734e3fb78ab213bf915faecddabcf025de 100644 (file)
@@ -7,7 +7,7 @@
   <b><%= t 'redaction.show.user' %></b>
   <%= link_to(@redaction.user.display_name, {:controller => 'user', :action => 'view', :display_name => @redaction.user.display_name}) %>
 </p>
-<p>
+<p class="richtext">
   <b><%= t 'redaction.show.description' %></b>
   <%= @redaction.description.to_html %>
 </p>