From 1b8d0ef6491b77375bb068711bc5e10fe4ca4b8f Mon Sep 17 00:00:00 2001 From: Thor Date: Sat, 28 Jan 2012 01:48:04 -0800 Subject: Fixed some spaces. --- system/core/Output.php | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'system/core/Output.php') diff --git a/system/core/Output.php b/system/core/Output.php index d8c230968..468274002 100755 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -604,17 +604,17 @@ class CI_Output { preg_match_all('{}msU', $output, $style_clean); foreach ($style_clean[0] as $s) { - $output = str_replace($s, $this->minify($s,'text/css'), $output); + $output = str_replace($s, $this->minify($s, 'text/css'), $output); } // Minify the javascript in