icecat: add release icecat-140.8.0-2 for aramo
This commit is contained in:
parent
d9a6c0aa96
commit
d570f39e11
616 changed files with 39955 additions and 33937 deletions
|
|
@ -458,6 +458,9 @@ const CurlUtils = {
|
|||
return (
|
||||
encapsChars +
|
||||
str
|
||||
// Replace all the \ (used as the escape character in the next replace) with \\
|
||||
.replace(/\\/g, "\\\\")
|
||||
|
||||
// Replace all " with \" to ensure the first parser does not remove it.
|
||||
.replace(/"/g, '\\"')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue