f0bm #75

Open
schrumpel wants to merge 49 commits from schrumpel/f0bm:f0bm into master
Showing only changes of commit 356b8eebf1 - Show all commits

View File

@ -38,7 +38,7 @@ export default (router, tpl) => {
});
}
res.redirect(`${data.link.main}${encodeURI(data.link.path)}${data.itemid}`);
res.redirect(encodeURI(`${data.link.main}${data.link.path}${data.itemid}`));
});
return router;
};