diff options
Diffstat (limited to 'installer/views/install.html.php')
-rw-r--r-- | installer/views/install.html.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/installer/views/install.html.php b/installer/views/install.html.php index 31112c28..a0eddaf3 100644 --- a/installer/views/install.html.php +++ b/installer/views/install.html.php @@ -8,8 +8,7 @@ <div id="outer"> <img src="../modules/gallery/images/gallery.png" /> <div id="inner"> - <?= $content ?> - <?= empty($database_form) ? "" : $database_form ?> + <?php print $content ?> </div> <div id="footer"> <p> |