diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-15 20:58:20 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-15 20:58:20 -0700 |
commit | 33495256407e9cad69cc44c4da96b4f5cfdba1d6 (patch) | |
tree | adadabdd82f86e4ea4c0f28af4207672a3361399 /installer/views/install.html.php | |
parent | 1026054147a0b3bd4b3280c415485d4b75f6a57b (diff) |
Revert "Fix for ticket #544."
This reverts commit f6973431b7f8df24c081a03c7c989f621ab2a708.
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> |