@@ -67,6 +67,7 @@ class BenchController extends AbstractBaseController
return -1;
}
});
+ header('Content-Type: text/html; charset=utf-8');
$this->render('fortunes', array(
'fortunes' => $fortunes
));
@@ -2,7 +2,6 @@
<html>
<head>
<title>Fortunes</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>