aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/posts
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/blog/posts')
-rw-r--r--app/views/admin/blog/posts/_post.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blog/posts/_post.html.erb b/app/views/admin/blog/posts/_post.html.erb
index 2bb80b4..795f897 100644
--- a/app/views/admin/blog/posts/_post.html.erb
+++ b/app/views/admin/blog/posts/_post.html.erb
@@ -1,6 +1,6 @@
<li class='clearfix record <%= cycle("on", "on-hover") %>' id="<%= dom_id(post) -%>">
<span class='title'>
- <%=h post.title %>
+ <%= post.title %>
<span class="preview">&nbsp;</span>
</span>
<span class='actions'>