diff options
Diffstat (limited to 'app/view/templates/edit.php')
-rw-r--r-- | app/view/templates/edit.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/view/templates/edit.php b/app/view/templates/edit.php index 4b2fa77..32de517 100644 --- a/app/view/templates/edit.php +++ b/app/view/templates/edit.php @@ -8,7 +8,7 @@ <style>.tabs textarea{font-size: <?= Config::fontsize() ?>px}</style> <body> -<section class="editor"> +<main class="editor"> <!-- <?php $this->insert('navart', ['user' => $user, 'art' => $art, 'artexist' => $artexist]) ?> --> @@ -26,7 +26,7 @@ </form> -</section> +</main> </body> <?php $this->stop('page') ?>
\ No newline at end of file |