From c09c67c13c294068f3803e855a054bbfc01ca6dc Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 29 Dec 2013 15:31:35 -0500 Subject: [PATCH] =?UTF-8?q?Fixes=20#1691:=20added=20=E2=80=9Cviewport?= =?UTF-8?q?=E2=80=9D=20meta=20tag=20to=20layout=20views.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/layouts/main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/layouts/main.php b/views/layouts/main.php index e99b3c5..d1af295 100644 --- a/views/layouts/main.php +++ b/views/layouts/main.php @@ -16,6 +16,7 @@ AppAsset::register($this); + <?= Html::encode($this->title) ?> head() ?>