We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679eeb7 commit 0c3aa06Copy full SHA for 0c3aa06
example/MicroController.php
@@ -15,7 +15,7 @@ class MicroController
15
16
public function indexAction()
17
{
18
- $this->di('response')->setHeader('Content-Type', 'text-html');
+ $this->di('response')->setHeader('Content-Type', 'text/html');
19
20
return $this->di('view')->render('twig.view', ['engine' => 'Twig', 'mode' => 'MICRO']);
21
}
0 commit comments