fix: wrong file path name when renaming

pull/5933/head
Tienson Qin 2022-07-06 00:03:41 +08:00
parent 7b92360889
commit 08263d6f96
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
(remove-boundary-slashes)
(path-normalize))]
(if replace-slash?
(string/replace page #"/" "%2A")
(string/replace page #"/" "%2F")
page))))
(defn page-name-sanity-lc