From 9ce20c0092b14ef600dd9b9f130abe6d1ac4a943 Mon Sep 17 00:00:00 2001 From: aterekhov Date: Tue, 12 Oct 2010 11:03:24 +0000 Subject: [PATCH] CSS for query profiler #0 git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@153 4cb57b5f-5bbd-dd11-951b-001d605cbbc5 --- util/Profiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Profiler.php b/util/Profiler.php index bd1a6ad..161bd7f 100644 --- a/util/Profiler.php +++ b/util/Profiler.php @@ -69,7 +69,7 @@ class Profiler protected function getOutput() { - $html = '
' + $html = '
' . 'Elapsed time: ' . round(($this->end- $this->start) * 1000) . 'ms.
' . 'Queries: ' . count($this->queries) . '
';