diff options
Diffstat (limited to 'app/class/w.home.php')
-rw-r--r-- | app/class/w.home.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/class/w.home.php b/app/class/w.home.php index 8ba8b44..a23c60f 100644 --- a/app/class/w.home.php +++ b/app/class/w.home.php @@ -3,7 +3,7 @@ $aff->header(); -echo '<section class="home">'; +echo '<main class="home">'; if ($app->session() >= $app::EDITOR) { @@ -80,6 +80,6 @@ if ($app->session() >= $app::EDITOR) { -echo '</section>'; +echo '</main>'; ?>
\ No newline at end of file |