mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 17:16:14 +01:00
chore(deps): update dependency eslint-config-airbnb-base to v13 (#6599)
* chore(deps): update dependency eslint-config-airbnb-base to v13 * chore: #6599, linting 😬
This commit is contained in:
committed by
Julian Lam
parent
eb0a322d7f
commit
64b9dabff8
@@ -89,11 +89,11 @@ module.exports = function (middleware) {
|
||||
}, next);
|
||||
},
|
||||
function (results, next) {
|
||||
var str = results.header +
|
||||
(res.locals.postHeader || '') +
|
||||
results.content + '<script id="ajaxify-data"></script>' +
|
||||
(res.locals.preFooter || '') +
|
||||
results.footer;
|
||||
var str = results.header
|
||||
+ (res.locals.postHeader || '')
|
||||
+ results.content + '<script id="ajaxify-data"></script>'
|
||||
+ (res.locals.preFooter || '')
|
||||
+ results.footer;
|
||||
|
||||
translate(str, req, res, next);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user