From aeb675594f894a50423cd76dadeae69f92ed2333 Mon Sep 17 00:00:00 2001 From: orenom Date: Sat, 23 Jul 2022 17:42:53 +0200 Subject: [PATCH] remove invisible unicode character (#ref #70) --- src/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.js b/src/routes.js index 2ada178..c089a6a 100644 --- a/src/routes.js +++ b/src/routes.js @@ -144,7 +144,7 @@ module.exports = (app, utils) => { }) app.post(/DownloadAsPdf/, (req, res, next) => { - if(!req.body.page) { + if(!req.body.page) { return res.redirect('/') }