Browse Source

Update main.php

tags/2.0.0-alpha
lancecoder 11 years ago
parent
commit
4d69b56eb3
  1. 2
      apps/basic/views/layouts/main.php

2
apps/basic/views/layouts/main.php

@ -14,7 +14,7 @@ app\config\AppAsset::register($this);
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta charset="<?php echo Yii::$app->charset; ?>"/>
<title><?php echo Html::encode($this->title); ?></title>
<?php $this->head(); ?>
</head>

Loading…
Cancel
Save