remove invisible unicode character (#ref #70)

This commit is contained in:
orenom
2022-07-23 17:42:53 +02:00
parent 0ba14b8bb7
commit aeb675594f
+1 -1
View File
@@ -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('/')
}