mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
changed to title raw
This commit is contained in:
@@ -131,7 +131,7 @@ topicsController.get = function(req, res, callback) {
|
||||
url: nconf.get('relative_path') + '/category/' + data.topicData.category.slug
|
||||
},
|
||||
{
|
||||
text: validator.escape(data.topicData.title)
|
||||
text: data.topicData.title
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user