From d805a76699c79af6a405182fffa1006556448319 Mon Sep 17 00:00:00 2001 From: Lupin Date: Tue, 7 Mar 2006 01:41:55 +0000 Subject: [PATCH] fix whitespace fixes --- includes/SpecialDisambiguations.php | 6 +++--- includes/SpecialPreferences.php | 4 ++-- includes/Title.php | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/includes/SpecialDisambiguations.php b/includes/SpecialDisambiguations.php index 7bcb026819..b14fd73348 100644 --- a/includes/SpecialDisambiguations.php +++ b/includes/SpecialDisambiguations.php @@ -38,8 +38,8 @@ class DisambiguationsPage extends PageQueryPage { $dp = Title::newFromText(wfMsgForContent('disambiguationspage')); $id = $dp->getArticleId(); - $dns = $dp->getNamespace(); - $dtitle = $dbr->addQuotes( $dp->getDBkey() ); + $dns = $dp->getNamespace(); + $dtitle = $dbr->addQuotes( $dp->getDBkey() ); if($dns != NS_TEMPLATE) { # FIXME we assume the disambiguation message is a template but @@ -63,7 +63,7 @@ class DisambiguationsPage extends PageQueryPage { function formatResult( $skin, $result ) { $title = Title::newFromId( $result->value ); - $dp = Title::makeTitle( $result->namespace, $result->title ); + $dp = Title::makeTitle( $result->namespace, $result->title ); $from = $skin->makeKnownLinkObj( $title,''); $edit = $skin->makeBrokenLinkObj( $title, "(".wfMsg("qbedit").")" , 'redirect=no'); diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 1bbd5017e7..5221ddfd91 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -447,7 +447,7 @@ class PreferencesForm { } else if ( '' != $status ) { $wgOut->addWikitext( $message . "\n----" ); } - + $qbs = $wgLang->getQuickbarSettings(); $skinNames = $wgLang->getSkinNames(); $mathopts = $wgLang->getMathNames(); @@ -891,7 +891,7 @@ class PreferencesForm { \n" ); $wgOut->addWikiText( '
' . wfMsg('clearyourcache') . '
' ); - + } } ?> diff --git a/includes/Title.php b/includes/Title.php index 31842aeec6..09af48dd1f 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -50,8 +50,8 @@ class Title { var $mRestrictionsLoaded; # Boolean for initialisation on demand var $mPrefixedText; # Text form including namespace/interwiki, initialised on demand var $mDefaultNamespace; # Namespace index when there is no namespace - # Zero except in {{transclusion}} tags - var $mWatched; # Is $wgUser watching this page? NULL if unfilled, accessed through userIsWatching() + # Zero except in {{transclusion}} tags + var $mWatched; # Is $wgUser watching this page? NULL if unfilled, accessed through userIsWatching() /**#@-*/ -- 2.20.1