diff --git a/src/controllers/osd.js b/src/controllers/osd.js index b93a0cbcce..cafbaccda3 100644 --- a/src/controllers/osd.js +++ b/src/controllers/osd.js @@ -24,9 +24,9 @@ function generateXML() { _attr: { type: 'text/html', method: 'get', - template: nconf.get('url') + '/search?term={searchTerms}&in=titlesposts' }, - }], - }, + template: nconf.get('url') + '/search?term={searchTerms}&in=titlesposts', + }, + }]}, ], }], { declaration: true, indent: '\t' }); }