make description present character an actual html entity

issue #227
This commit is contained in:
joshua stein 2015-11-05 11:52:43 -06:00
parent 9d79f2c76b
commit 6bebed996e

View file

@ -27,7 +27,7 @@ class="story <%= story.vote && story.vote[:vote] == 1 ? "upvoted" : "" %>
<% end %>
</span>
<% if story.markeddown_description.present? %>
<span class="description_present">&#FE19;</span>
<span class="description_present">&#xFE19;</span>
<% end %>
<% if story.can_be_seen_by_user?(@user) %>
<span class="tags">