diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-02-12 19:40:38 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-02-12 19:40:38 +0100 |
commit | a146809b40d18e158243b514d72ffa4ff8d3ae52 (patch) | |
tree | 4c4ab226542e5b1d3c201b20d48156f905dff13a /xpcom/io | |
parent | 92b3f0f93d71eb62bb22f8a7ac26e66c2f95ab1c (diff) | |
download | aura-central-a146809b40d18e158243b514d72ffa4ff8d3ae52.tar.gz |
JS - location.hash - no escape single quote
Diffstat (limited to 'xpcom/io')
-rw-r--r-- | xpcom/io/nsEscape.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xpcom/io/nsEscape.cpp b/xpcom/io/nsEscape.cpp index f16edc4ce..117e20d60 100644 --- a/xpcom/io/nsEscape.cpp +++ b/xpcom/io/nsEscape.cpp @@ -346,7 +346,7 @@ static const uint32_t EscapeChars[256] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 0x 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 1x - 0,1023, 0, 512,1023, 0,1023, 112,1023,1023,1023,1023,1023,1023, 953, 784, // 2x !"#$%&'()*+,-./ + 0,1023, 0, 512,1023, 0,1023, 624,1023,1023,1023,1023,1023,1023, 953, 784, // 2x !"#$%&'()*+,-./ 1023,1023,1023,1023,1023,1023,1023,1023,1023,1023,1008,1008, 0,1008, 0, 768, // 3x 0123456789:;<=>? 1008,1023,1023,1023,1023,1023,1023,1023,1023,1023,1023,1023,1023,1023,1023,1023, // 4x @ABCDEFGHIJKLMNO 1023,1023,1023,1023,1023,1023,1023,1023,1023,1023,1023,1008, 896,1008, 896,1023, // 5x PQRSTUVWXYZ[\]^_ |