diff --git a/profiler/Profiler.php b/profiler/Profiler.php index 0254bb453..c500946ff 100644 --- a/profiler/Profiler.php +++ b/profiler/Profiler.php @@ -71,7 +71,7 @@ class Profiler { if(!self::$inst) self::$inst = new Profiler(true,true); echo "
"; - echo "

(Click to close)

"; + echo "

(Click to close)

"; self::$inst->printTimers(); if($showTrace) self::$inst->printTrace(); echo "
";