From: Antoine Musso Date: Fri, 28 Apr 2006 17:25:37 +0000 (+0000) Subject: minor changes that raise a tidy warning X-Git-Tag: 1.31.0-rc.0~57352 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=7083355440710985a0c3b3e0ba8f1e727a3efcb2;p=lhc%2Fweb%2Fwiklou.git minor changes that raise a tidy warning --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 962be13096..057d84a5a4 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -855,7 +855,7 @@ class PreferencesForm { $wgOut->addHTML( ' ' ); $wgOut->addHTML( '' ); - $wgOut->addHTML( '

' ); # Spacing + $wgOut->addHTML( '

' ); # Spacing $wgOut->addHTML( $this->getToggles( array( 'watchlisthideown', 'watchlisthidebots', 'extendwatchlist' ) ) ); $wgOut->addHTML( ' ' ); $wgOut->addHTML( '' );