Odd symbol in meta tag
There is no needed the "/" before closing.
This commit is contained in:
parent
b528289495
commit
c302ff98ed
@ -14,7 +14,7 @@ AppAsset::register($this);
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="<?= Yii::$app->language ?>">
|
<html lang="<?= Yii::$app->language ?>">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="<?= Yii::$app->charset ?>"/>
|
<meta charset="<?= Yii::$app->charset ?>">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<?= Html::csrfMetaTags() ?>
|
<?= Html::csrfMetaTags() ?>
|
||||||
<title><?= Html::encode($this->title) ?></title>
|
<title><?= Html::encode($this->title) ?></title>
|
||||||
|
Loading…
Reference in New Issue
Block a user