mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
🎨 Escape issue
This commit is contained in:
parent
5d3855aa09
commit
da369e391a
1 changed files with 1 additions and 1 deletions
|
|
@ -1059,7 +1059,7 @@ func GetHPathsByPaths(paths []string) (hPaths []string, err error) {
|
|||
}
|
||||
|
||||
hpath := html.UnescapeString(bt.HPath)
|
||||
hPaths = append(hPaths, util.EscapeHTML(box.Name)+hpath)
|
||||
hPaths = append(hPaths, box.Name+hpath)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue