This commit is contained in:
barisusakli
2014-03-23 16:57:04 -04:00
parent bcc464a196
commit 94a589e0e4

View File

@@ -57,7 +57,7 @@ topicsController.get = function(req, res, next) {
var description = '';
if(topicData.posts.length) {
description = S(topicData.posts[0].content).stripTags().s;
description = S(topicData.posts[0].content).stripTags().decodeHTMLEntities().s;
}
if (description.length > 255) {