在codeigniter视图中加载视图时获取奇怪的字符。
主视图
<!DOCTYPE html>
<html>
<head>
<?PHP $this->load->view("common/header"); ?>
</head>
<body class="page-header-fixed">
</body>
</html>
标题视图
<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" />
当我在Chrome中进行检查时,它会在加载的视图上方显示并在视图中放置空间
请参阅附图