diff --git a/core/server/controllers/frontend.js b/core/server/controllers/frontend.js index 49c7c70de608..0d8b8b390dcd 100644 --- a/core/server/controllers/frontend.js +++ b/core/server/controllers/frontend.js @@ -301,7 +301,7 @@ frontendControllers = { posts.forEach(function (post) { var deferred = when.defer(), item = { - title: _.escape(post.title), + title: post.title, guid: post.uuid, url: config.urlFor('post', {post: post, permalinks: permalinks}, true), date: post.published_at,