facebook share doesn't display &

v1.18.x
barisusakli 11 years ago
parent b8df95da98
commit 7b8656ef8b

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

Loading…
Cancel
Save