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() ?>