aboutsummaryrefslogtreecommitdiff
path: root/app/layout/layout.phtml
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-08-15 23:34:09 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-15 23:34:09 +0200
commit802409be90d860ae1648fb59a5dab3ff5ce85f4b (patch)
treecee356e9f5e9e33e3aaea220608bf9548c1e871a /app/layout/layout.phtml
parent1f7bd93c5f4b939938c276bb59d41225539e2343 (diff)
main + nav (#3747)
Diffstat (limited to 'app/layout/layout.phtml')
-rw-r--r--app/layout/layout.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml
index 56101cf4d..791bfb149 100644
--- a/app/layout/layout.phtml
+++ b/app/layout/layout.phtml
@@ -46,7 +46,7 @@ if (_t('gen.dir') === 'rtl') {
$this->partial('header');
?>
-<div id="global">
+<main id="global">
<?php
flush();
if (isset($this->callbackBeforeFeeds)) {
@@ -54,7 +54,7 @@ if (_t('gen.dir') === 'rtl') {
}
$this->render();
?>
-</div>
+</main>
<?php
$msg = '';