diff options
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 c5c1d22ff..5cf3e3ae0 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -48,7 +48,7 @@ if (_t('gen.dir') === 'rtl') { $this->partial('header'); ?> -<main id="global"> +<div id="global"> <?php flush(); if (isset($this->callbackBeforeFeeds)) { @@ -56,7 +56,7 @@ if (_t('gen.dir') === 'rtl') { } $this->render(); ?> -</main> +</div> <?php $msg = ''; |
