mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
remove invisible unicode character (#ref #70)
This commit is contained in:
+1
-1
@@ -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('/')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user