diff options
Diffstat (limited to 'app/views/configure/system.phtml')
| -rw-r--r-- | app/views/configure/system.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/configure/system.phtml b/app/views/configure/system.phtml index 251ffa03a..fa9e11ce2 100644 --- a/app/views/configure/system.phtml +++ b/app/views/configure/system.phtml @@ -1,6 +1,6 @@ <?php $this->partial('aside_configure'); ?> -<div class="post"> +<main class="post"> <div class="link-back-wrapper"> <a class="link-back" href="<?= _url('index', 'index') ?>"><?= _t('gen.action.back_to_rss_feeds') ?></a> </div> @@ -92,4 +92,4 @@ </div> </div> </form> -</div> +</main> |
