diff --git a/app/views/stories/_listdetail.html.erb b/app/views/stories/_listdetail.html.erb index d36ed12..b7130b3 100644 --- a/app/views/stories/_listdetail.html.erb +++ b/app/views/stories/_listdetail.html.erb @@ -27,7 +27,7 @@ class="story <%= story.vote && story.vote[:vote] == 1 ? "upvoted" : "" %> <% end %> <% if story.markeddown_description.present? %> - &#FE19; + <% end %> <% if story.can_be_seen_by_user?(@user) %>