This commit is contained in:
Liang Ding 2023-05-15 14:56:12 +08:00
parent 7dbfa43de4
commit 0a10285167
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
7 changed files with 14 additions and 8 deletions

View file

@ -447,6 +447,6 @@ func reindexTree0(tree *parse.Tree, i, size int) {
}
if 0 == i%64 {
util.PushStatusBar(fmt.Sprintf(Conf.Language(183), i, size, html.EscapeHTMLStr(path.Base(tree.HPath))))
util.PushStatusBar(fmt.Sprintf(Conf.Language(183), i, size, html.EscapeString(path.Base(tree.HPath))))
}
}