From ec0455ae00a34f171316d90c1be9e40945d95c94 Mon Sep 17 00:00:00 2001 From: Jirka Hrazdil Date: Sun, 10 Jul 2022 18:27:55 +0200 Subject: [PATCH] Panel: typo (#421) --- src/Dibi/Bridges/Tracy/Panel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dibi/Bridges/Tracy/Panel.php b/src/Dibi/Bridges/Tracy/Panel.php index 9cee762e..5577df4b 100644 --- a/src/Dibi/Bridges/Tracy/Panel.php +++ b/src/Dibi/Bridges/Tracy/Panel.php @@ -159,7 +159,7 @@ class Panel implements Tracy\IBarPanel return ' -

Queries:\u{a0}' . count($this->events) +

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)) . '