在codeigniter中加载视图时得到奇怪的字符

时间:2018-02-26 07:21:45

标签: html codeigniter view

在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中进行检查时,它会在加载的视图上方显示并在视图中放置空间

请参阅附图

enter image description here

0 个答案:

没有答案