From de27adfa84600ea863e8737d60861991ff2bbb62 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Fri, 20 Nov 2009 02:26:14 +0000 Subject: margin fix --- system/libraries/Profiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index ecd0e708d..9eb7dfa70 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -74,7 +74,7 @@ class CI_Profiler { // be modified. We also might want to make this data available to be logged $output = "\n\n"; - $output .= '
'; + $output .= '
'; $output .= "\n"; $output .= '  '.$this->CI->lang->line('profiler_benchmarks').'  '; $output .= "\n"; -- cgit v1.2.3-24-g4f1b