commit | 38c0a72169ffbf002c7f3c7fd3b4fd41f0d75f09 | [log] [tgz] |
---|---|---|
author | Songpol Sripao-eiam <sripaoeiam@gmail.com> | Sun Apr 01 20:10:35 2012 +0700 |
committer | Songpol Sripao-eiam <sripaoeiam@gmail.com> | Sun Apr 01 20:10:35 2012 +0700 |
tree | ca0a3709c53ee2e1c081b45d57f38d8ea8e3200e | |
parent | b966701fad01c094199a89f7e4df72d981e5cf48 [diff] |
Fix style coding
diff --git a/system/core/Output.php b/system/core/Output.php index c0de24b..ea39b02 100755 --- a/system/core/Output.php +++ b/system/core/Output.php
@@ -231,7 +231,8 @@ */ public function get_current_content_type() { - foreach ($this->headers as $header){ + foreach ($this->headers as $header) + { if (preg_match('/^Content-Type/', $header[0])) { return str_replace('Content-Type: ', '', $header[0]);