1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-03 12:47:33 +02:00

Panel: typo (#421)

This commit is contained in:
Jirka Hrazdil
2022-07-10 18:27:55 +02:00
committed by David Grudl
parent b61737311e
commit ec0455ae00

View File

@@ -159,7 +159,7 @@ class Panel implements Tracy\IBarPanel
return '<style> #tracy-debug td.tracy-DibiProfiler-sql { background: white !important }
#tracy-debug .tracy-DibiProfiler-source { color: #999 !important }
#tracy-debug tracy-DibiProfiler tr table { margin: 8px 0; max-height: 150px; overflow:auto } </style>
<h1>Queries:\u{a0}' . count($this->events)
<h1>Queries:' . "\u{a0}" . count($this->events)
. ($totalTime === null ? '' : ", time:\u{a0}" . number_format($totalTime * 1000, 1, '.', "\u{202f}") . "\u{202f}ms") . ', '
. htmlspecialchars($this->getConnectionName($singleConnection)) . '</h1>
<div class="tracy-inner tracy-DibiProfiler">