Skip to content

Commit ec0455a

Browse files
nufuedg
authored andcommitted
Panel: typo (#421)
1 parent b617373 commit ec0455a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dibi/Bridges/Tracy/Panel.php

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

0 commit comments

Comments
 (0)