Index: trunk/phase3/includes/installer/WebInstallerPage.php |
— | — | @@ -126,7 +126,7 @@ |
127 | 127 | $this->addHTML( |
128 | 128 | '<div id="config-spinner" style="display:none;"><img src="../skins/common/images/ajax-loader.gif" /></div>' . |
129 | 129 | '<script>jQuery( "#config-spinner" ).show();</script>' . |
130 | | - '<textarea id="config-live-log" name="LiveLog" rows="10" cols="30" readonly="readonly">' |
| 130 | + '<div id="config-live-log"><textarea name="LiveLog" rows="10" cols="30" readonly="readonly">' |
131 | 131 | ); |
132 | 132 | $this->parent->output->flush(); |
133 | 133 | } |
— | — | @@ -135,7 +135,7 @@ |
136 | 136 | * Opposite to startLiveBox() |
137 | 137 | */ |
138 | 138 | protected function endLiveBox() { |
139 | | - $this->addHTML( '</textarea> |
| 139 | + $this->addHTML( '</textarea></div> |
140 | 140 | <script>jQuery( "#config-spinner" ).hide()</script>' ); |
141 | 141 | $this->parent->output->flush(); |
142 | 142 | } |