diff options
Diffstat (limited to 'app/view/templates/font.php')
-rw-r--r-- | app/view/templates/font.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/view/templates/font.php b/app/view/templates/font.php index 90614a9..3de0dce 100644 --- a/app/view/templates/font.php +++ b/app/view/templates/font.php @@ -8,7 +8,7 @@ <?php $this->insert('backtopbar', ['user' => $user, 'tab' => 'font']) ?> -<section class="font"> +<main class="font"> <h1>Fonts</h1> @@ -55,7 +55,7 @@ foreach ($fontlist as $font ) { ?> </table> -</section> +</main> </body> <?php $this->stop('page') ?>
\ No newline at end of file |