We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0545c9d commit cf31b51Copy full SHA for cf31b51
resources/views/livewire/slow-queries.blade.php
@@ -63,7 +63,7 @@
63
<x-pulse::td class="!p-0 truncate max-w-[1px]">
64
<div class="relative">
65
<div class="bg-gray-700 dark:bg-gray-800 py-4 rounded-md text-gray-100 block text-xs whitespace-nowrap overflow-x-auto [scrollbar-color:theme(colors.gray.500)_transparent] [scrollbar-width:thin]">
66
- <code class="px-3">{!! $this->wantsHighlighting() ? $sqlFormatter->highlight($query->sql) : $query->sql !!}</code>
+ <code class="px-3">{!! $this->wantsHighlighting() ? $sqlFormatter->highlight($query->sql) : e($query->sql) !!}</code>
67
@if ($query->location)
68
<p class="px-3 mt-3 text-xs leading-none text-gray-400 dark:text-gray-500">
69
{{ $query->location }}
0 commit comments