commit | 03abee3df4534028c795e3c3da91034a3d3ee0f4 | [log] [tgz] |
---|---|---|
author | Greg Aker <greg@gregaker.net> | Sun Dec 25 00:31:29 2011 -0600 |
committer | Greg Aker <greg@gregaker.net> | Sun Dec 25 00:31:29 2011 -0600 |
tree | c4f28408ef0d4b017bb8fc9dbeae3aeff4b39b97 | |
parent | f41c9cfbda27c71a1f34ef1ba7e15cad93564691 [diff] [blame] |
Fixing soft tabs in a few files.
diff --git a/system/core/Output.php b/system/core/Output.php index 7b53f8e..9727a18 100755 --- a/system/core/Output.php +++ b/system/core/Output.php
@@ -108,7 +108,7 @@ // Get mime types for later if (defined('ENVIRONMENT') AND file_exists(APPPATH.'config/'.ENVIRONMENT.'/mimes.php')) { - include APPPATH.'config/'.ENVIRONMENT.'/mimes.php'; + include APPPATH.'config/'.ENVIRONMENT.'/mimes.php'; } else {