diff options
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r-- | app/view/templates/home.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 9aa3d13..a69882d 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -12,7 +12,7 @@ <?php if($user->iseditor()) { ?> -<section class="home"> +<main class="home"> @@ -102,7 +102,7 @@ </form> </div> </div> -</section> +</main> <?php } ?> |