|
|
@@ -16,6 +16,7 @@ AppAsset::register($this);
|
|
|
<html lang="<?= Yii::$app->language ?>">
|
|
|
<head>
|
|
|
<meta charset="<?= Yii::$app->charset ?>">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
<?= Html::csrfMetaTags() ?>
|
|
|
<title><?= Html::encode($this->title) ?></title>
|