aboutsummaryrefslogtreecommitdiff
path: root/app/layout/layout.phtml
diff options
context:
space:
mode:
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 = '';