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>
|
||||
<html lang="<?= Yii::$app->language ?>">
|
||||
<head>
|
||||
<meta charset="<?= Yii::$app->charset ?>"/>
|
||||
<meta charset="<?= Yii::$app->charset ?>">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<?= Html::csrfMetaTags() ?>
|
||||
<title><?= Html::encode($this->title) ?></title>
|
||||
|
Loading…
Reference in New Issue
Block a user