Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit f9308c3

Browse files
committed
Remove quote translation
1 parent 21c55fe commit f9308c3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

logging/client.go

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,12 @@ var (
4444
entryRegex = regexp.MustCompile(`^entry\[(\d+)]`)
4545

4646
scaryMap = map[string]string{
47-
";": "[sc]",
48-
"&": "[amp]",
49-
">": "[gt]",
50-
"<": "[lt]",
51-
"\\u": "[utf]",
52-
"\\f": "[ff]",
53-
"\\\"": "[qt]",
47+
";": "[sc]",
48+
"&": "[amp]",
49+
">": "[gt]",
50+
"<": "[lt]",
51+
"\\u": "[utf]",
52+
"\\f": "[ff]",
5453
}
5554
)
5655

0 commit comments

Comments
 (0)