Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 15, 2024
1 parent 5da133e commit f46b4d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ protected String q(String str) {
}

protected String a2q(String json) {
return json.replace("'", "\"");
return json.replace('\'', '"');
}

protected byte[] utf8Bytes(String str) {
Expand Down

0 comments on commit f46b4d5

Please sign in to comment.