mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 00:10:25 +01:00
forgot comma
This commit is contained in:
@@ -201,7 +201,7 @@ topicsController.get = function(req, res, next) {
|
|||||||
rel: 'alternate',
|
rel: 'alternate',
|
||||||
type: 'application/rss+xml',
|
type: 'application/rss+xml',
|
||||||
href: nconf.get('url') + '/topic/' + tid + '.rss'
|
href: nconf.get('url') + '/topic/' + tid + '.rss'
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
rel: 'canonical',
|
rel: 'canonical',
|
||||||
href: nconf.get('url') + '/topic/' + topicData.slug
|
href: nconf.get('url') + '/topic/' + topicData.slug
|
||||||
|
|||||||
Reference in New Issue
Block a user