We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
+
1 parent a21ad48 commit 715fa29Copy full SHA for 715fa29
src/tpl/util/formatFileUrl.go
@@ -6,6 +6,7 @@ import (
6
7
var fileUrlReplacer = strings.NewReplacer(
8
"%", "%25",
9
+ "+", "%2b",
10
"?", "%3f",
11
"&", "%26",
12
"#", "%23",
0 commit comments