]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/_reports.html.erb
Wrap issue report rich text in div
[rails.git] / app / views / issues / _reports.html.erb
index 23b6d556e4023b49879e271b03d44aeb56500a83..c995358d37aa0ca11472712fadbafdc19301274e 100644 (file)
@@ -9,7 +9,7 @@
                                    :user => link_to(report.user.display_name, user_path(report.user)),
                                    :updated_at => l(report.updated_at.to_datetime, :format => :friendly) %>
       </p>
-      <p class="richtext text-break"><%= report.details.to_html %></p>
+      <div class="richtext text-break"><%= report.details.to_html %></div>
     </div>
   </div>
   <hr>