diff --git a/resources/views/livewire/slow-queries.blade.php b/resources/views/livewire/slow-queries.blade.php index 0a8d8acd..d28d73c3 100644 --- a/resources/views/livewire/slow-queries.blade.php +++ b/resources/views/livewire/slow-queries.blade.php @@ -63,7 +63,7 @@
- {!! $this->wantsHighlighting() ? $sqlFormatter->highlight($query->sql) : $query->sql !!} + {!! $this->wantsHighlighting() ? $sqlFormatter->highlight($query->sql) : e($query->sql) !!} @if ($query->location)

{{ $query->location }}