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

Commit 36a1649

Browse files
committed
Revert "Remove quote translation"
This reverts commit f9308c3.
1 parent f9308c3 commit 36a1649

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

logging/client.go

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ 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]",
47+
";": "[sc]",
48+
"&": "[amp]",
49+
">": "[gt]",
50+
"<": "[lt]",
51+
"\\u": "[utf]",
52+
"\\f": "[ff]",
53+
"\\\"": "[qt]",
5354
}
5455
)
5556

0 commit comments

Comments
 (0)