aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/fuckhtml.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/fuckhtml.php b/lib/fuckhtml.php
index 96241dc..c914bc6 100644
--- a/lib/fuckhtml.php
+++ b/lib/fuckhtml.php
@@ -556,10 +556,12 @@ class fuckhtml{
if(
$i > 2 && // only check if a quote could be there
(
- $json[$i - 1] === "\\" &&
- $json[$i - 2] === "\\"
- ) ||
- $json[$i - 1] !== "\\"
+ (
+ $json[$i - 1] === "\\" &&
+ $json[$i - 2] === "\\"
+ ) ||
+ $json[$i - 1] !== "\\"
+ )
){
// found a non-escaped quote
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage