@@ -33,7 +33,7 @@ |
||
33 | 33 | $type = $this->response->getContent()->type(); |
34 | 34 | $charset = $this->response->getContent()->charset(); |
35 | 35 | |
36 | - if (empty($charset)) { |
|
36 | + if ( empty($charset) ) { |
|
37 | 37 | $this->response->getHeaders()->set("Content-type", strtolower($type)); |
38 | 38 | } else { |
39 | 39 | $this->response->getHeaders()->set("Content-type", strtolower($type)."; charset=".$charset); |