tagedit v1 lol
This commit is contained in:
@ -99,7 +99,7 @@ export default router => {
|
||||
}, 400); // bad request
|
||||
}
|
||||
|
||||
const tagname = req.params.tagname;
|
||||
const tagname = decodeURIComponent(req.params.tagname);
|
||||
const newtag = req.post.newtag;
|
||||
|
||||
const tmptag = (
|
||||
|
Reference in New Issue
Block a user