Skip to content

Commit 715fa29

Browse files
committed
fix(tpl/util): encode + for file URL
1 parent a21ad48 commit 715fa29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tpl/util/formatFileUrl.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66

77
var fileUrlReplacer = strings.NewReplacer(
88
"%", "%25",
9+
"+", "%2b",
910
"?", "%3f",
1011
"&", "%26",
1112
"#", "%23",

0 commit comments

Comments
 (0)