私はcodeigniterフレームワークを使用し、chromeで実行しますが、トップページに二重引用符を表示します.
私のコントローラー呼び出しビューページ。
public function index(){
$this->load->view('dash_main');
}
dash_main.php
<html>
<head>
<title>test</title>
</head>
<body>
Hello World
</body>
</html>
どうすれば編集できますか?