We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c765ea commit c28ac16Copy full SHA for c28ac16
src/Show/Field.php
@@ -425,7 +425,7 @@ public function json()
425
if (json_last_error() == 0) {
426
$field->border = false;
427
428
- return '<pre><code>'.json_encode($content, JSON_PRETTY_PRINT|JSON_UNESCAPED_UNICODE).'</code></pre>';
+ return '<pre><code>'.json_encode($content, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE).'</code></pre>';
429
}
430
431
return $value;
0 commit comments