mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
closes #1803
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user