diff --git a/core/class/jsondb/JsonDb.class.php b/core/class/jsondb/JsonDb.class.php index 5a7c7c2e..97f97cf9 100644 --- a/core/class/jsondb/JsonDb.class.php +++ b/core/class/jsondb/JsonDb.class.php @@ -142,8 +142,8 @@ class JsonDb extends \Prowebcraft\Dot */ public function save() { - //$v = json_encode($this->data, JSON_UNESCAPED_UNICODE | LOCK_EX); - $v = json_encode($this->data, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | LOCK_EX); + //$v = json_encode($this->data, JSON_UNESCAPED_UNICODE ); + $v = json_encode($this->data, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE ); $l = strlen($v); $t = 0; while ($t < 5) { @@ -159,6 +159,4 @@ class JsonDb extends \Prowebcraft\Dot } } - - } \ No newline at end of file diff --git a/core/class/layout.class.php b/core/class/layout.class.php index 59596755..fb6ab358 100644 --- a/core/class/layout.class.php +++ b/core/class/layout.class.php @@ -1070,7 +1070,7 @@ class layout extends common if ($this->core->output['inlineStyle']) { foreach ($this->core->output['inlineStyle'] as $style) { if ($style) { - echo ''; + echo ''; } }