diff --git a/app/views/users/_course_journalsformessage.html.erb b/app/views/users/_course_journalsformessage.html.erb
index 363e2dfdd..a2c4e4504 100644
--- a/app/views/users/_course_journalsformessage.html.erb
+++ b/app/views/users/_course_journalsformessage.html.erb
@@ -13,11 +13,11 @@
<% course=Course.find(activity.jour_id) %>
<%= link_to course.name.to_s+" | 课程留言", course_feedback_path(course), :class => "newsBlue ml15" %>
-
+
<% if activity.m_parent_id.nil? %>
- <%= link_to activity.notes.to_s, course_feedback_path(course), :class => "postGrey" %>
+ <%= link_to activity.notes.html_safe, course_feedback_path(course), :class => "postGrey" %>
<% else %>
- <%= link_to activity.parent.notes.to_s, course_feedback_path(course), :class => "postGrey" %>
+ <%= link_to activity.parent.notes.html_safe, course_feedback_path(course), :class => "postGrey" %>
<% end %>
@@ -62,7 +62,7 @@
<% end %>
<%= format_time(comment.created_on) %>
-
<%= comment.notes.html_safe %>
+
<%= comment.notes.html_safe %>
<% fetch_user_leaveWord_reply(comment).each do |reply| unless fetch_user_leaveWord_reply(comment).nil? %>
@@ -83,7 +83,7 @@
<% end %>
<%= format_time reply.created_on %>
-
<%= reply.notes.html_safe %>
+
<%= reply.notes.html_safe %>
diff --git a/app/views/users/_course_message.html.erb b/app/views/users/_course_message.html.erb
index fd9ae05e8..65bf644bc 100644
--- a/app/views/users/_course_message.html.erb
+++ b/app/views/users/_course_message.html.erb
@@ -87,7 +87,7 @@
<% end %>
<%= format_time(reply.created_on) %>
-
+
<%= reply.content.html_safe %>
diff --git a/app/views/users/_course_news.html.erb b/app/views/users/_course_news.html.erb
index 99e85fc73..f5d570fe0 100644
--- a/app/views/users/_course_news.html.erb
+++ b/app/views/users/_course_news.html.erb
@@ -60,7 +60,7 @@
<% end %>
<%= format_time(comment.created_on) %>
-
+
<% if reply.details.any? %>
<% details_to_strings(reply.details).each do |string| %>
<%= string %>
diff --git a/app/views/users/_project_message.html.erb b/app/views/users/_project_message.html.erb
index 2856d6ed1..9be1145ff 100644
--- a/app/views/users/_project_message.html.erb
+++ b/app/views/users/_project_message.html.erb
@@ -74,7 +74,7 @@
<% end %>
<%= format_time(reply.created_on) %>
-
<%= reply.content.html_safe %>
+
<%= reply.content.html_safe %>