diff --git a/pandora_console/include/lib/Dashboard/Cell.php b/pandora_console/include/lib/Dashboard/Cell.php index df93bbdfec..fdc6b3366d 100644 --- a/pandora_console/include/lib/Dashboard/Cell.php +++ b/pandora_console/include/lib/Dashboard/Cell.php @@ -156,7 +156,7 @@ class Cell // Options for widget. if (empty($options) !== true) { - $options = json_encode($options); + $options = json_encode($options, JSON_UNESCAPED_UNICODE); } else { $options = $this->fieldsCell['options']; }