forgot comma

v1.18.x
psychobunny 11 years ago
parent 2b90add560
commit 0db93504ce

@ -201,7 +201,7 @@ topicsController.get = function(req, res, next) {
rel: 'alternate',
type: 'application/rss+xml',
href: nconf.get('url') + '/topic/' + tid + '.rss'
}
},
{
rel: 'canonical',
href: nconf.get('url') + '/topic/' + topicData.slug

Loading…
Cancel
Save