From 561b98a03943d61efece28a648142e3ac3d9596c Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 15 Mar 2018 01:17:30 +0300 Subject: [PATCH] Register meta tags with a method that works well with page cache --- views/layouts/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layouts/main.php b/views/layouts/main.php index 34649cf..87dfdcb 100644 --- a/views/layouts/main.php +++ b/views/layouts/main.php @@ -19,7 +19,7 @@ AppAsset::register($this); - + registerCsrfMetaTags() ?> <?= Html::encode($this->title) ?> head() ?>