summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.guest.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r--core/templates/layout.guest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index 2f94f942171..a53cd82fcfd 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -37,7 +37,9 @@
</div>
</header>
<?php endif; ?>
- <?php print_unescaped($_['content']); ?>
+ <main>
+ <?php print_unescaped($_['content']); ?>
+ </main>
</div>
</div>
<footer role="contentinfo">