aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/database.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/database.php')
-rw-r--r--theme/admin/html/database.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/admin/html/database.php b/theme/admin/html/database.php
index b661a28..da41e68 100644
--- a/theme/admin/html/database.php
+++ b/theme/admin/html/database.php
@@ -1,3 +1,4 @@
+<main id="main-content">
<h1><i class="fa fa-database"></i><?=$Language->text('overview_database_text')?></h1>
<p><?=$Language->text('overview_database_desc')?></p>
@@ -28,3 +29,4 @@
<input id="insert-button" type="submit" name="execute" value="Execute" />
</div>
</form>
+</main>