From 2bd0ffaa4c8da270aad9f180f5c71d0b767ba5b9 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 28 Nov 2013 01:19:43 +0400 Subject: [PATCH] Code style fixes for layouts --- views/layouts/main.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/views/layouts/main.php b/views/layouts/main.php index 04acdfb..e99b3c5 100644 --- a/views/layouts/main.php +++ b/views/layouts/main.php @@ -11,16 +11,16 @@ use app\assets\AppAsset; */ AppAsset::register($this); ?> -beginPage(); ?> +beginPage() ?> <?= Html::encode($this->title) ?> - head(); ?> + head() ?> -beginBody(); ?> +beginBody() ?> 'My Company', @@ -59,7 +59,7 @@ AppAsset::register($this); -endBody(); ?> +endBody() ?> -endPage(); ?> +endPage() ?>