* Fixed a fatal XML parsing error intoduced by kateturner in version 1.128
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 6 Aug 2005 22:35:34 +0000 (22:35 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 6 Aug 2005 22:35:34 +0000 (22:35 +0000)
includes/SpecialPreferences.php

index 91e59ff..1b597b7 100644 (file)
@@ -770,6 +770,7 @@ class PreferencesForm {
 <option value=\"2\"$s2>$msgUnderlinedefault</option>
 </select>
 </label>
+</div>
 ");
                foreach ( $togs as $tname ) {
                        if( !array_key_exists( $tname, $this->mUsedToggles ) ) {