update Kirby

This commit is contained in:
isUnknown 2025-04-22 16:01:57 +02:00
parent ecd997c895
commit 1b05e91943
47 changed files with 963 additions and 307 deletions

View file

@ -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();