Skip to content

Commit

Permalink
Preserving HTML entities in post titles
Browse files Browse the repository at this point in the history
  • Loading branch information
antstorm committed Apr 5, 2015
1 parent fe93d15 commit d1bd8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/javascripts/templates/_posts.jst.skim
Expand Up @@ -2,7 +2,7 @@
li class="#{Coven.Helpers.dashify(post.get('source'))}"
.info
h2
a href="#{post.get('url')}" => post.get('title')
a href="#{post.get('url')}" => @safe post.get('title')
date
' #{Coven.Helpers.timeAgo post.get('external_created_at')}
' ago
Expand Down

0 comments on commit d1bd8a8

Please sign in to comment.