From 1d0661a8bb4407ac9b0f9043f7952f8ffae8ee66 Mon Sep 17 00:00:00 2001 From: "Thor (atiredmachine)" Date: Tue, 24 Jan 2012 21:39:16 -0800 Subject: Changed function to use mimetype as type --- system/core/Output.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'system/core/Output.php') diff --git a/system/core/Output.php b/system/core/Output.php index 57d07ca7b..47c00acd8 100755 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -577,11 +577,11 @@ class CI_Output { * @param string * @return string */ - public function minify($output,$type='html') + public function minify($output,$type='text/html') { switch ($type) { - case 'html': + case 'text/html': // Keep track of
  and