facebook share doesn't display &

This commit is contained in:
barisusakli
2014-10-01 19:00:26 -04:00
parent b8df95da98
commit 7b8656ef8b

View File

@@ -172,7 +172,7 @@ topicsController.get = function(req, res, next) {
},
{
property: 'og:title',
content: topicData.title
content: topicData.title.replace(/&/g, '&')
},
{
property: 'og:description',