BUG#25340
This commit is contained in:
parent
42a06b4614
commit
5a6b357e6f
@ -134,6 +134,8 @@ function GetValue(str, key)
|
||||
var end = str.indexOf("\n", pos);
|
||||
if (str.charAt(pos) == "\"")
|
||||
pos++;
|
||||
if (str.charAt(end-1) == "\r")
|
||||
end--;
|
||||
if (str.charAt(end-1) == "\"")
|
||||
end--;
|
||||
return str.substring(pos, end);
|
||||
|
Loading…
x
Reference in New Issue
Block a user