Исправление багов

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2021-02-24 22:06:59 +10:00
parent 65c2e19e55
commit 78ae20cdac
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
/* @var $this yii\web\View */ declare(strict_types=1);
$this->title = 'SkillParts'; $this->title = 'SkillParts';

View File

@ -91,7 +91,7 @@ AppAsset::register($this);
</aside> </aside>
<main class="col p-0"> <main class="col p-0">
<?php $content ?> <?= $content ?>
</main> </main>
<footer class="container py-4"> <footer class="container py-4">