diff --git a/app/LKT/style/kindeditor/php/JSON.php b/app/LKT/style/kindeditor/php/JSON.php index 8d8c898d341028864b639fab87eb06f6dc0a8707..90ff97e7a642d4425b7bf5def2a041e8f9a87801 100755 --- a/app/LKT/style/kindeditor/php/JSON.php +++ b/app/LKT/style/kindeditor/php/JSON.php @@ -700,7 +700,7 @@ class Services_JSON ($top['what'] == SERVICES_JSON_IN_STR) && ((strlen(substr($chrs, 0, $c)) - strlen(rtrim(substr($chrs, 0, $c), '\\'))) % 2 != 1)) { // found a quote, we're in a string, and it's not escaped - // we know that it's not escaped becase there is _not_ an + // we know that it's not escaped because there is _not_ an // odd number of backslashes at the end of the string so far array_pop($stk); //print("Found end of string at {$c}: ".substr($chrs, $top['where'], (1 + 1 + $c - $top['where']))."\n");