use js/decodeURIComponent instead of string replacement

pull/3602/head^2
leizhe 2021-12-27 15:56:34 +08:00 committed by Tienson Qin
parent f66b8fa3be
commit 2b30373d25
1 changed files with 1 additions and 1 deletions

View File

@ -344,4 +344,4 @@
(-> (if (not= (first parts) "0")
(string/join "/" parts)
(last parts))
(string/replace "%20" " ")))))
js/decodeURIComponent))))