From 7083355440710985a0c3b3e0ba8f1e727a3efcb2 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 28 Apr 2006 17:25:37 +0000 Subject: [PATCH] minor changes that raise a tidy warning --- includes/SpecialPreferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( '' ); -- 2.20.1