Browse Source

Update main.php

lancecoder 12 năm trước cách đây
mục cha
commit
7680b40168
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>