diff --git a/app/views/projects/_comment_reply_detail.html.erb b/app/views/projects/_comment_reply_detail.html.erb
index f6e2b8fb3..d415beeef 100644
--- a/app/views/projects/_comment_reply_detail.html.erb
+++ b/app/views/projects/_comment_reply_detail.html.erb
@@ -1,7 +1,7 @@
<%= link_to image_tag(url_to_avatar(comment.creator_user), :width => "33", :height => "33"), user_path(comment.creator_user.id), :alt => "用户头像" %>
-
+
<%= link_to comment.creator_user.show_name, user_path(comment.creator_user.id), :class => "content-username" %>
<%= time_from_now(comment.respond_to?(:created_on) ? comment.created_on : comment.created_at) %>
@@ -16,7 +16,7 @@
<%= comment.content_detail.html_safe %>
<% end %>
-