From 2dad3ffb0bc1d9fb3983d06d5b72372b32b97961 Mon Sep 17 00:00:00 2001 From: Jimmy Collins Date: Tue, 19 Sep 2006 13:08:17 +0000 Subject: [PATCH] * Fix layout for Special:Preferences->Date and Time (position for 'timezonetext'). --- RELEASE-NOTES | 1 + includes/SpecialPreferences.php | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 90210f4eb0..0621b2ba59 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -216,6 +216,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Minor changes to the installer. * Remove ":" for 'youremail' and 'yourrealname' in includes/templates/Userlogin.php so that ":" could be used in i18n for Special:Preferences (like 'username' and 'uid'). +* Fix layout for Special:Preferences->Date and Time (position for 'timezonetext'). == Languages updated == diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index ba93e8768c..5eadf3d62c 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -817,8 +817,7 @@ class PreferencesForm { ) . " - -
¹" . wfMsg( 'timezonetext' ) . "
+
¹" . wfMsg( 'timezonetext' ) . "
\n\n" ); # Editing -- 2.20.1