diff options
| author | 2021-08-15 23:34:09 +0200 | |
|---|---|---|
| committer | 2021-08-15 23:34:09 +0200 | |
| commit | 802409be90d860ae1648fb59a5dab3ff5ce85f4b (patch) | |
| tree | cee356e9f5e9e33e3aaea220608bf9548c1e871a /app/layout/layout.phtml | |
| parent | 1f7bd93c5f4b939938c276bb59d41225539e2343 (diff) | |
main + nav (#3747)
Diffstat (limited to 'app/layout/layout.phtml')
| -rw-r--r-- | app/layout/layout.phtml | 4 |
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 = ''; |
