This commit is contained in:
barisusakli
2014-07-07 17:36:10 -04:00
parent c684ec8958
commit 64d04f7aa6
8 changed files with 114 additions and 56 deletions

View File

@@ -203,7 +203,7 @@ topicsController.teaser = function(req, res, next) {
return res.json(404, 'not-found');
}
posts.getPostSummaryByPids([pid], false, function(err, posts) {
posts.getPostSummaryByPids([pid], {stripTags: false}, function(err, posts) {
if (err) {
return next(err);
}