mirror of
https://git.bakhai.co.in/FbIN/4Get.git
synced 2025-11-07 21:00:06 +05:30
parent
8aea5bfedd
commit
7fb0e4eb43
3 changed files with 75 additions and 52 deletions
|
|
@ -554,11 +554,14 @@ class fuckhtml{
|
|||
case "\"":
|
||||
case "'":
|
||||
if(
|
||||
$i > 2 ||
|
||||
$i !== 0 && // only check if a quote could be there
|
||||
(
|
||||
(
|
||||
$json[$i - 1] === "\\" &&
|
||||
$json[$i - 2] === "\\"
|
||||
(
|
||||
$i === 2 ||
|
||||
$json[$i - 2] === "\\"
|
||||
)
|
||||
) ||
|
||||
$json[$i - 1] !== "\\"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue