mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-18 15:31:06 +08:00
@@ -15,7 +15,7 @@ AppAsset::register($this);
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="<?php echo Yii::$app->charset; ?>"/>
|
||||||
<title><?php echo Html::encode($this->title); ?></title>
|
<title><?php echo Html::encode($this->title); ?></title>
|
||||||
<?php $this->head(); ?>
|
<?php $this->head(); ?>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ AppAsset::register($this);
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="<?php echo Yii::$app->charset; ?>"/>
|
||||||
<title><?php echo Html::encode($this->title); ?></title>
|
<title><?php echo Html::encode($this->title); ?></title>
|
||||||
<?php $this->head(); ?>
|
<?php $this->head(); ?>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ app\config\AppAsset::register($this);
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="<?php echo Yii::$app->charset; ?>"/>
|
||||||
<title><?php echo Html::encode($this->title); ?></title>
|
<title><?php echo Html::encode($this->title); ?></title>
|
||||||
<?php $this->head(); ?>
|
<?php $this->head(); ?>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user