fix syntax

v1.18.x
barisusakli 9 years ago
parent b3cbb46010
commit 80701f44d6

@ -213,7 +213,7 @@ topicsController.get = function(req, res, callback) {
}, },
{ {
property: "og:url", property: "og:url",
content: nconf.get('url') + '/topic/' + topicData.slug + (req.params.post_index ? ('/' + req.params.post_index) : ''); content: nconf.get('url') + '/topic/' + topicData.slug + (req.params.post_index ? ('/' + req.params.post_index) : '')
}, },
{ {
property: 'og:image', property: 'og:image',

Loading…
Cancel
Save