From 3edf3dbfb77f1e04188a0792f0211b88191dfbc0 Mon Sep 17 00:00:00 2001 From: Zheng Zhu Date: Wed, 22 Sep 2004 13:04:06 +0000 Subject: [PATCH] fixed missing --- includes/SpecialPreferences.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index ec54126563..341d822104 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -404,7 +404,7 @@ class PreferencesForm { $wgOut->addHtml("\t\n"); } } - $wgOut->addHtml("\n" ); + $wgOut->addHtml("\n" ); /* see if there are multiple language variants to choose from*/ $variants = $wgContLang->getVariants(); @@ -426,7 +426,7 @@ class PreferencesForm { $sel = ($code==$this->mUserVariant)? "selected" : ""; $wgOut->addHtml("\t\n"); } - $wgOut->addHtml("\n"); + $wgOut->addHtml("\n"); } # Fields for changing password -- 2.20.1