update Kirby
This commit is contained in:
parent
ecd997c895
commit
1b05e91943
47 changed files with 963 additions and 307 deletions
|
|
@ -287,7 +287,7 @@ class Response
|
|||
}
|
||||
|
||||
// send the content type header
|
||||
header('Content-Type:' . $this->type() . '; charset=' . $this->charset());
|
||||
header('Content-Type: ' . $this->type() . '; charset=' . $this->charset());
|
||||
|
||||
// print the response body
|
||||
return $this->body();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue