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