From 34d191466fc1436c3ac4560880431ad3d97e9e91 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 20 Aug 2008 19:07:12 +0000 Subject: Changed the output of the profiler to use style attribute rather then clear, and added the id "codeigniter_profiler" to the container div --- system/libraries/Profiler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system') diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index da1fff19b..74461e6b2 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -322,8 +322,8 @@ class CI_Profiler { */ function run() { - $output = '
'; - $output .= "
"; + $output = '
'; + $output .= "
"; $output .= $this->_compile_memory_usage(); $output .= $this->_compile_benchmarks(); -- cgit v1.2.3-24-g4f1b