Commit 7297fe19 authored by df@pippilotta.erinye.com's avatar df@pippilotta.erinye.com
Browse files

BUG#25340

parent 95c8fb8d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);