aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/edit.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-13 00:43:47 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-13 00:43:47 +0100
commitfbe5d2beb2bcc7035edc19eb0343f0ee662ba5af (patch)
treef66188b95d3ad1dc0cbdaa99334acddb8d9b84a0 /app/view/templates/edit.php
parent0842a9b17c0b25e2f1f5eca9f15e79cfb293b4a1 (diff)
downloadwcms-fbe5d2beb2bcc7035edc19eb0343f0ee662ba5af.tar.gz
wcms-fbe5d2beb2bcc7035edc19eb0343f0ee662ba5af.zip
templateoptions
Diffstat (limited to 'app/view/templates/edit.php')
-rw-r--r--app/view/templates/edit.php4
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