Explorar el Código

Odd symbol in meta tag

There is no needed the "/" before closing.
Alex Solomaha hace 11 años
padre
commit
c302ff98ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      views/layouts/main.php

+ 1 - 1
views/layouts/main.php

@@ -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>