aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/comments
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/blog/comments')
-rw-r--r--app/views/admin/blog/comments/_comment.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blog/comments/_comment.html.erb b/app/views/admin/blog/comments/_comment.html.erb
index 1817c48..d762067 100644
--- a/app/views/admin/blog/comments/_comment.html.erb
+++ b/app/views/admin/blog/comments/_comment.html.erb
@@ -1,6 +1,6 @@
<li class='clearfix record <%= cycle("on", "on-hover") %>' id="<%= "comment-#{comment.to_param}" -%>">
<span class='title'>
- <%=h comment.name %>
+ <%= comment.name %>
<span class="preview"> - <%= truncate(comment.message, :length => 75) %></span>
</span>
<span class='actions'>