Skip to content

Commit 0c3aa06

Browse files
authored
fix: content-type :D
1 parent 679eeb7 commit 0c3aa06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/MicroController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class MicroController
1515

1616
public function indexAction()
1717
{
18-
$this->di('response')->setHeader('Content-Type', 'text-html');
18+
$this->di('response')->setHeader('Content-Type', 'text/html');
1919

2020
return $this->di('view')->render('twig.view', ['engine' => 'Twig', 'mode' => 'MICRO']);
2121
}

0 commit comments

Comments
 (0)