From 4aa35e8a1af1c9a66df189e712baea405965cb58 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 16 Dec 2009 05:42:00 +0000 Subject: [PATCH] BUGFIX: fixed closing action on profiler popup (from r94443) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@95616 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- profiler/Profiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "
";