From 01429aba178b2d9c8c4f59a2869a67da631ba452 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Fri, 13 Jun 2014 10:04:48 -0400 Subject: [PATCH] Fixes #3358: Removed automatic CSRF meta tag generation by `View`. Added `Html::csrfMetaTags()` and its call to main layout files --- views/layouts/main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/views/layouts/main.php b/views/layouts/main.php index 6af9564..53a9354 100644 --- a/views/layouts/main.php +++ b/views/layouts/main.php @@ -17,6 +17,7 @@ AppAsset::register($this); + <?= Html::encode($this->title) ?> head() ?>