diff options
Diffstat (limited to 'app/views/index/tos.phtml')
| -rw-r--r-- | app/views/index/tos.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/index/tos.phtml b/app/views/index/tos.phtml index 38dd0add6..f8240ed29 100644 --- a/app/views/index/tos.phtml +++ b/app/views/index/tos.phtml @@ -1,4 +1,4 @@ -<div class="post content"> +<main class="post content"> <?php if ($this->can_register) { ?> <a href="<?= _url('auth', 'register') ?>"> <?= _t('gen.action.back') ?> @@ -10,4 +10,4 @@ <?php } ?> <?= $this->terms_of_service ?> -</div> +</main> |
