Explorar o código

Update main.php

lancecoder %!s(int64=12) %!d(string=hai) anos
pai
achega
7680b40168
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      views/layouts/main.php

+ 1 - 1
views/layouts/main.php

@@ -14,7 +14,7 @@ app\config\AppAsset::register($this);
 <!DOCTYPE html>
 <html lang="en">
 <head>
-	<meta charset="utf-8"/>
+	<meta charset="<?php echo Yii::$app->charset; ?>"/>
 	<title><?php echo Html::encode($this->title); ?></title>
 	<?php $this->head(); ?>
 </head>