This commit is contained in:
Jasder 2019-10-24 09:32:39 +08:00
parent e030201d1d
commit 14f551bc18
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<div class="homepagePostReplyContent break_word list_style upload_img table_maxWidth" id="reply_content_<%= comment.id %>">
<% if comment.class == Journal %>
<% if comment.details.any? %>
<% details_to_strings(sanitize comment.details).each do |string| %>
<% details_to_strings(comment.details).each do |string| %>
<p><%= sanitize string %></p>
<% end %>
<% end %>