diff --git a/src/Fields/Code.php b/src/Fields/Code.php index 6351272ea..c5410edd8 100644 --- a/src/Fields/Code.php +++ b/src/Fields/Code.php @@ -35,8 +35,8 @@ protected function resolvePreview(): View|string ->before('
') ->after('') ->when( - !$this->isUnescape(), - fn(Stringable $str) => $str->stripTags() + ! $this->isUnescape(), + fn (Stringable $str) => $str->stripTags() ); } }