Getting strange character while loading a view in codeigniter view.
Main View
<!DOCTYPE html>
<html>
<head>
<?PHP $this->load->view("common/header"); ?>
</head>
<body class="page-header-fixed">
</body>
</html>
Header View
<title><?PHP echo $this->config->item('project_name'); ?>| Dashboard</title>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta charset="UTF-8">
<meta name="description" content="<?PHP echo $this->config->item('project_name'); ?> | Dashboard" />
<meta name="keywords" content="admin,dashboard" />
when i inspect in chrome it's shows above of loaded view and put space in view
please see attached image