diff --git a/app/views/blogs/_article.html.erb b/app/views/blogs/_article.html.erb
index d6ce215c6..afe89362f 100644
--- a/app/views/blogs/_article.html.erb
+++ b/app/views/blogs/_article.html.erb
@@ -130,7 +130,7 @@
<%= count>0 ? "(#{count})" : "" %>▪
<% if activity.author == User.current %>
- 赞<%= get_praise_num(activity) > 0 ? "(#{get_praise_num(activity)})" : "" %>
+ 赞<%= get_praise_num(activity) > 0 ? "(#{get_praise_num(activity)})" : "" %>
<% else %>
<%=render :partial=> "praise_tread/praise", :locals => {:activity=>activity, :user_activity_id=>user_activity_id,:type=>"activity"}%>
<% end %>
@@ -172,7 +172,7 @@
<%= format_time(reply.created_on) %>
<% if reply.author == User.current %>
- 赞<%= get_praise_num(reply) > 0 ? "(#{get_praise_num(reply)})" : "" %>
+ 赞<%= get_praise_num(reply) > 0 ? "(#{get_praise_num(reply)})" : "" %>
<% else %>
<%=render :partial=> "praise_tread/praise", :locals => {:activity=>reply, :user_activity_id=>reply.id,:type=>"reply"}%>
<% end %>
diff --git a/app/views/organizations/_org_course_homework.html.erb b/app/views/organizations/_org_course_homework.html.erb
index 50d4a07db..56c19f994 100644
--- a/app/views/organizations/_org_course_homework.html.erb
+++ b/app/views/organizations/_org_course_homework.html.erb
@@ -256,7 +256,7 @@
<%= count>0 ? "(#{count})" : "" %>▪
<% if activity.user == User.current %>
- 赞<%= get_praise_num(activity) > 0 ? "(#{get_praise_num(activity)})" : "" %>
+ 赞<%= get_praise_num(activity) > 0 ? "(#{get_praise_num(activity)})" : "" %>
<% else %>
<%=render :partial=> "praise_tread/praise", :locals => {:activity=>activity, :user_activity_id=>user_activity_id,:type=>"activity"}%>
<% end %>
@@ -297,7 +297,7 @@
<%= format_time(comment.created_on) %>