Skip to content

Commit 3a61c9e

Browse files
nufuedg
authored andcommitted
Panel: move entity to double-quoted string (#421)
1 parent fc1c787 commit 3a61c9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dibi/Bridges/Tracy/Panel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function getPanel(): ?string
156156
return '<style> #tracy-debug td.tracy-DibiProfiler-sql { background: white !important }
157157
#tracy-debug .tracy-DibiProfiler-source { color: #999 !important }
158158
#tracy-debug tracy-DibiProfiler tr table { margin: 8px 0; max-height: 150px; overflow:auto } </style>
159-
<h1>Queries:\u{a0}' . count($this->events)
159+
<h1>Queries:' . "\u{a0}" . count($this->events)
160160
. ($totalTime === null ? '' : ", time:\u{a0}" . number_format($totalTime * 1000, 1, '.', "\u{202f}") . "\u{202f}ms") . ', '
161161
. htmlspecialchars($this->getConnectionName($singleConnection)) . '</h1>
162162
<div class="tracy-inner tracy-DibiProfiler">

0 commit comments

Comments
 (0)