Shrink JSON fix

v1.18.x
RoiEX 8 years ago
parent f1b4a9b786
commit 0f9530bbc0

@ -24,9 +24,9 @@ function generateXML() {
_attr: { _attr: {
type: 'text/html', type: 'text/html',
method: 'get', method: 'get',
template: nconf.get('url') + '/search?term={searchTerms}&in=titlesposts' }, template: nconf.get('url') + '/search?term={searchTerms}&in=titlesposts',
}],
}, },
}]},
], ],
}], { declaration: true, indent: '\t' }); }], { declaration: true, indent: '\t' });
} }

Loading…
Cancel
Save