summaryrefslogtreecommitdiffstats
path: root/system/libraries/Profiler.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-03 08:12:52 +0200
committeradmin <devnull@localhost>2006-10-03 08:12:52 +0200
commit07ad666409b60610a1e5b07368506f9f0ca45b22 (patch)
treec12fb70383b464e5a411c6ad8df181316fd9b0d2 /system/libraries/Profiler.php
parentf6edc53e00677d5ec3859ab7fd50bb2c84fc2e6a (diff)
Diffstat (limited to 'system/libraries/Profiler.php')
-rw-r--r--system/libraries/Profiler.php4
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();