changed to title raw

This commit is contained in:
Barış Soner Uşaklı
2016-02-18 20:26:09 +02:00
parent ef48b5d13e
commit 573840ccbd
5 changed files with 9 additions and 8 deletions

View File

@@ -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
}
];