diff options
author | admin <devnull@localhost> | 2006-10-03 08:12:52 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-03 08:12:52 +0200 |
commit | 07ad666409b60610a1e5b07368506f9f0ca45b22 (patch) | |
tree | c12fb70383b464e5a411c6ad8df181316fd9b0d2 /system/libraries | |
parent | f6edc53e00677d5ec3859ab7fd50bb2c84fc2e6a (diff) |
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Profiler.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 807a7a83f..6626190b1 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -174,7 +174,9 @@ class CI_Profiler { */ function run($output = '') { - $output = '<br style="margin:0;padding:0;clear:both;" />'; + $obj =& get_instance(); + + $output = '<br clear="all" />'; $output .= $this->_compile_benchmarks(); $output .= $this->_compile_post(); |