From c6317e8747953575d3d4f553de37533889f504d1 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 31 Oct 2006 18:16:12 +0000 Subject: --- system/libraries/Profiler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/libraries') diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index e03097ab6..1d78da8a8 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -83,7 +83,7 @@ class CI_Profiler { foreach ($profile as $key => $val) { $key = ucwords(str_replace(array('_', '-'), ' ', $key)); - $output .= "".$key."  ".$val."\n"; + $output .= "".$key."  ".$val."\n"; } $output .= "\n"; @@ -165,7 +165,7 @@ class CI_Profiler { $key = "'".$key."'"; } - $output .= "$_POST[".$key."]  ".htmlspecialchars(stripslashes($val))."\n"; + $output .= "$_POST[".$key."]  ".htmlspecialchars(stripslashes($val))."\n"; } $output .= "\n"; -- cgit v1.2.3-24-g4f1b