Commit 92acc9cd by Alexander Makarov

Merge pull request #7001 from CyanoFresh/patch-1

Odd symbol in meta tag
parents 2c2fb70f 27dba46f
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment