aboutsummaryrefslogtreecommitdiffstats
path: root/template/admin/html/database.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/admin/html/database.php')
-rw-r--r--template/admin/html/database.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/admin/html/database.php b/template/admin/html/database.php
index 3aad84e..8e69459 100644
--- a/template/admin/html/database.php
+++ b/template/admin/html/database.php
@@ -10,17 +10,17 @@
<form action="" method="POST">
<input type="hidden" name="token" value="<?=$FORM['TOKEN']?>" />
- <section class="flex flex-padding">
+ <div class="flex flex-padding">
<textarea id="content-editor" placeholder="<?=$Language->template('database_warning')?>" name="command"><?=escapeHTML($FORM['COMMAND'])?></textarea>
- </section>
+ </div>
<?php if($FORM['RESULT']): ?>
- <section class="flex flex-padding background flex-direction-column">
+ <div class="flex flex-padding background flex-direction-column">
<pre id="database-result"><?=escapeHTML($FORM['RESULT'])?></pre>
- </section>
+ </div>
<?php endif; ?>
- <section class="flex flex-padding background">
+ <div class="flex flex-padding background">
<input type="submit" name="execute" value="Execute" />
- </section>
+ </div>
</form> \ No newline at end of file