Index: trunk/phase3/includes/installer/WebInstallerPage.php |
— | — | @@ -220,7 +220,7 @@ |
221 | 221 | $this->startForm(); |
222 | 222 | $s = Html::hidden( 'LanguageRequestTime', time() ) . |
223 | 223 | $this->getLanguageSelector( 'UserLang', 'config-your-language', $userLang, $this->parent->getHelpBox( 'config-your-language-help' ) ) . |
224 | | - $this->getLanguageSelector( 'ContLang', 'config-wiki-language', $contLang, $this->parent->getHelpBox( 'config-wiki-language-help' ) ) . |
| 224 | + $this->getLanguageSelector( 'ContLang', 'config-wiki-language', $contLang, $this->parent->getHelpBox( 'config-wiki-language-help' ) ); |
225 | 225 | $this->addHTML( $s ); |
226 | 226 | $this->endForm(); |
227 | 227 | } |