From: Rob Church Date: Thu, 28 Dec 2006 17:09:52 +0000 (+0000) Subject: Some spacing under the "underline links" preference to make it look prettier X-Git-Tag: 1.31.0-rc.0~54749 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=25d30d0ace61219c09d29beb9a9449072fe2a3ae;p=lhc%2Fweb%2Fwiklou.git Some spacing under the "underline links" preference to make it look prettier --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 05318a1137..a796527e85 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -916,14 +916,13 @@ class PreferencesForm { $s1 = $uopt == 1 ? ' selected="selected"' : ''; $s2 = $uopt == 2 ? ' selected="selected"' : ''; $wgOut->addHTML(" -
+

-

-"); +

"); + foreach ( $togs as $tname ) { if( !array_key_exists( $tname, $this->mUsedToggles ) ) { $wgOut->addHTML( $this->getToggle( $tname ) );